Color spaces of #f8cabf
RGB | 248 | 202 | 191 |
---|---|---|---|
HSL | 0.03 | 0.80 | 0.86 |
HSV | 12° | 23° | 97° |
CMYK | 0.00 | 0.19 | 0.23 0.03 |
XYZ | 69.2359 | 65.9591 | 58.3725 |
Yxy | 65.9591 | 0.3577 | 0.3408 |
Hunter Lab | 81.2152 | 10.0445 | 14.2366 |
CIE-Lab | 84.9756 | 14.6450 | 11.6234 |
#f8cabf color RGB value is (248,202,191).
#f8cabf hex color red value is 248, green value is 202 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #f8cabf hue: 0.03 , saturation: 0.80 and the lightness value of f8cabf is 0.86.
The process color (four color CMYK) of #f8cabf color hex is 0.00, 0.19, 0.23, 0.03. Web safe color of #f8cabf is #ffcccc. Color #f8cabf contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11111000 | 11001010 | 10111111 |
Octal | 370 | 312 | 277 |
Decimal | 248 | 202 | 191 |
Hex | F8 | CA | BF |
Shades of #f8cabf
Tints of #f8cabf
RGB Percentages of Color #f8cabf
CMYK Percentages of Color #f8cabf
Complementary Color
#f8cabf | #bfedf8 |
#f8cabf Color Preview on Black Background
Lorem ipsum dolor sit amet.
#f8cabf Color Preview on White Background
Lorem ipsum dolor sit amet.
#f8cabf Color CSS Codes
.mybgcolor {background-color:#f8cabf; } .myforecolor {color:#f8cabf; } .mybordercolor {border:3px solid #f8cabf; }
#f8cabf Text Font Color
<p style="color:#f8cabf">Text here</p>
This sample text font color is #f8cabf
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.
#f8cabf Background Color
<div style="background-color:#f8cabf">
Div content here</div>
This div background color is #f8cabf
#f8cabf Border Color
<div style="border:3px solid #f8cabf">
Div here</div>
This div border color is #f8cabf
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(248,202,191, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #f8cabf; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #f8cabf; -webkit-box-shadow: 1px 1px 3px 2px #f8cabf; box-shadow: 1px 1px 3px 2px #f8cabf; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(248,202,191, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #f8cabf">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #f8cabf; -webkit-box-shadow: 1px 1px 3px 2px #f8cabf; box-shadow: 1px 1px 3px 2px #f8cabf;">
Div content here</div>
This div box has shadow with color #f8cabf
Comments
No comments written yet.
Please login to write comment.