Shades of Pink Lace #F5CFDA
Tints of Pink Lace #F5CFDA
RGB
CMYK
RGB Variations
Color information
#F5CFDA (or 0xF5CFDA) is known color: Pink Lace. HEX triplet: F5, CF and DA. RGB value is (245,207,218). Sum of RGB (Red+Green+Blue) = 245+207+218=670 (88% of max value = 765). Red value is 245 (96.09% from 255 or 36.57% from 670); Green value is 207 (81.25% from 255 or 30.90% from 670); Blue value is 218 (85.55% from 255 or 32.54% from 670); Max value from RGB is 245 - color contains mainly: red. Hex color #F5CFDA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F5CFDA is #0A3025. Grayscale: #DBDBDB. Windows color (decimal): -667686 or 14340085. OLE color: 14340085.
HSL color Cylindrical-coordinate representation of color #F5CFDA: hue angle of 342.63º degrees, saturation: 0.66, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #F5CFDA is Cyan = 0, Magento = 0.16, Yellow = 0.11 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 207 | 218 | - |
| CMYK | 0 | 0.16 | 0.11 | 0.04 |
| HSL | 342.63º | 0.66% | 0.89% | - |
| HSV(B) | 342.63º | 0.16% | 0.96% | - |
| XYZ | 72.62 | 69.1 | 75.84 | - |
| YUV | 219.62 | 127.09 | 146.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 207 | 218 | 0 | 0.16 | 0.11 | 0.04 | 342.63 | 0.66 | 0.89 |
| Hex | F5 | CF | DA | 0 | 10 | B | 4 | 157 | 42 | 59 |
| Octal | 365 | 317 | 332 | 0 | 20 | 13 | 4 | 527 | 102 | 131 |
| Binary | 11110101 | 11001111 | 11011010 | 0 | 10000 | 1011 | 100 | 101010111 | 1000010 | 1011001 |
Color Harmonies of #F5CFDA
Complementary color
Monochromatic Colors of #F5CFDA
Black with #F5CFDA
Text Example
Text Example
White with #F5CFDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5CFDA; }
p { color: rgb(245,207,218); }
H1.HeaderClassName
{
color: #F5CFDA;
}
.AnyTagClassName
{
color: #F5CFDA;
}
</style>
background-color css
<style>
a { background-color: #F5CFDA; }
a { background-color: rgb(245,207,218); }
div.DivClassName
{
background-color: #F5CFDA;
}
.BgClassName
{
background-color: #F5CFDA;
}
</style>
border-color css
<style>
span { border-color: #F5CFDA; }
span { border-color: rgb(245,207,218); }
td.TdClassName
{
border-color: #F5CFDA;
}
.TagClassName
{
border-color: #F5CFDA;
}
</style>