Shades of Pink Lace #F5CAD4
Tints of Pink Lace #F5CAD4
RGB
CMYK
RGB Variations
Color information
#F5CAD4 (or 0xF5CAD4) is known color: Pink Lace. HEX triplet: F5, CA and D4. RGB value is (245,202,212). Sum of RGB (Red+Green+Blue) = 245+202+212=659 (87% of max value = 765). Red value is 245 (96.09% from 255 or 37.18% from 659); Green value is 202 (79.30% from 255 or 30.65% from 659); Blue value is 212 (83.20% from 255 or 32.17% from 659); Max value from RGB is 245 - color contains mainly: red. Hex color #F5CAD4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F5CAD4 is #0A352B. Grayscale: #D8D8D8. Windows color (decimal): -668972 or 13945589. OLE color: 13945589.
HSL color Cylindrical-coordinate representation of color #F5CAD4: hue angle of 346.05º degrees, saturation: 0.68, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #F5CAD4 is Cyan = 0, Magento = 0.18, Yellow = 0.13 and Black (K on CMYK) = 0.04.
Color convert
RGB | 245 | 202 | 212 | - |
CMYK | 0 | 0.18 | 0.13 | 0.04 |
HSL | 346.05º | 0.68% | 0.88% | - |
HSV(B) | 346.05º | 0.18% | 0.96% | - |
XYZ | 70.66 | 66.41 | 71.38 | - |
YUV | 216 | 125.75 | 148.69 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 245 | 202 | 212 | 0 | 0.18 | 0.13 | 0.04 | 346.05 | 0.68 | 0.88 |
Hex | F5 | CA | D4 | 0 | 12 | D | 4 | 15A | 44 | 58 |
Octal | 365 | 312 | 324 | 0 | 22 | 15 | 4 | 532 | 104 | 130 |
Binary | 11110101 | 11001010 | 11010100 | 0 | 10010 | 1101 | 100 | 101011010 | 1000100 | 1011000 |
Color Harmonies of #F5CAD4
Complementary color
Monochromatic Colors of #F5CAD4
Black with #F5CAD4
Text Example
Text Example
White with #F5CAD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5CAD4; }
p { color: rgb(245,202,212); }
H1.HeaderClassName
{
color: #F5CAD4;
}
.AnyTagClassName
{
color: #F5CAD4;
}
</style>
background-color css
<style>
a { background-color: #F5CAD4; }
a { background-color: rgb(245,202,212); }
div.DivClassName
{
background-color: #F5CAD4;
}
.BgClassName
{
background-color: #F5CAD4;
}
</style>
border-color css
<style>
span { border-color: #F5CAD4; }
span { border-color: rgb(245,202,212); }
td.TdClassName
{
border-color: #F5CAD4;
}
.TagClassName
{
border-color: #F5CAD4;
}
</style>