Shades of Pink Lace #F9CAD2
Tints of Pink Lace #F9CAD2
RGB
CMYK
RGB Variations
Color information
#F9CAD2 (or 0xF9CAD2) is known color: Pink Lace. HEX triplet: F9, CA and D2. RGB value is (249,202,210). Sum of RGB (Red+Green+Blue) = 249+202+210=661 (87% of max value = 765). Red value is 249 (97.66% from 255 or 37.67% from 661); Green value is 202 (79.30% from 255 or 30.56% from 661); Blue value is 210 (82.42% from 255 or 31.77% from 661); Max value from RGB is 249 - color contains mainly: red. Hex color #F9CAD2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F9CAD2 is #06352D. Grayscale: #D8D8D8. Windows color (decimal): -406830 or 13814521. OLE color: 13814521.
HSL color Cylindrical-coordinate representation of color #F9CAD2: hue angle of 349.79º degrees, saturation: 0.8, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #F9CAD2 is Cyan = 0, Magento = 0.19, Yellow = 0.16 and Black (K on CMYK) = 0.02.
Color convert
RGB | 249 | 202 | 210 | - |
CMYK | 0 | 0.19 | 0.16 | 0.02 |
HSL | 349.79º | 0.8% | 0.88% | - |
HSV(B) | 349.79º | 0.19% | 0.98% | - |
XYZ | 71.82 | 67.03 | 70.13 | - |
YUV | 216.97 | 124.07 | 150.85 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 249 | 202 | 210 | 0 | 0.19 | 0.16 | 0.02 | 349.79 | 0.8 | 0.88 |
Hex | F9 | CA | D2 | 0 | 13 | 10 | 2 | 15E | 50 | 58 |
Octal | 371 | 312 | 322 | 0 | 23 | 20 | 2 | 536 | 120 | 130 |
Binary | 11111001 | 11001010 | 11010010 | 0 | 10011 | 10000 | 10 | 101011110 | 1010000 | 1011000 |
Color Harmonies of #F9CAD2
Complementary color
Monochromatic Colors of #F9CAD2
Black with #F9CAD2
Text Example
Text Example
White with #F9CAD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9CAD2; }
p { color: rgb(249,202,210); }
H1.HeaderClassName
{
color: #F9CAD2;
}
.AnyTagClassName
{
color: #F9CAD2;
}
</style>
background-color css
<style>
a { background-color: #F9CAD2; }
a { background-color: rgb(249,202,210); }
div.DivClassName
{
background-color: #F9CAD2;
}
.BgClassName
{
background-color: #F9CAD2;
}
</style>
border-color css
<style>
span { border-color: #F9CAD2; }
span { border-color: rgb(249,202,210); }
td.TdClassName
{
border-color: #F9CAD2;
}
.TagClassName
{
border-color: #F9CAD2;
}
</style>