Shades of Pink Lace #F5CFD9
Tints of Pink Lace #F5CFD9
RGB
CMYK
RGB Variations
Color information
#F5CFD9 (or 0xF5CFD9) is known color: Pink Lace. HEX triplet: F5, CF and D9. RGB value is (245,207,217). Sum of RGB (Red+Green+Blue) = 245+207+217=669 (88% of max value = 765). Red value is 245 (96.09% from 255 or 36.62% from 669); Green value is 207 (81.25% from 255 or 30.94% from 669); Blue value is 217 (85.16% from 255 or 32.44% from 669); Max value from RGB is 245 - color contains mainly: red. Hex color #F5CFD9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F5CFD9 is #0A3026. Grayscale: #DBDBDB. Windows color (decimal): -667687 or 14274549. OLE color: 14274549.
HSL color Cylindrical-coordinate representation of color #F5CFD9: hue angle of 344.21º 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 #F5CFD9 is Cyan = 0, Magento = 0.16, Yellow = 0.11 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 207 | 217 | - |
| CMYK | 0 | 0.16 | 0.11 | 0.04 |
| HSL | 344.21º | 0.66% | 0.89% | - |
| HSV(B) | 344.21º | 0.16% | 0.96% | - |
| XYZ | 72.49 | 69.05 | 75.15 | - |
| YUV | 219.5 | 126.59 | 146.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 207 | 217 | 0 | 0.16 | 0.11 | 0.04 | 344.21 | 0.66 | 0.89 |
| Hex | F5 | CF | D9 | 0 | 10 | B | 4 | 158 | 42 | 59 |
| Octal | 365 | 317 | 331 | 0 | 20 | 13 | 4 | 530 | 102 | 131 |
| Binary | 11110101 | 11001111 | 11011001 | 0 | 10000 | 1011 | 100 | 101011000 | 1000010 | 1011001 |
Color Harmonies of #F5CFD9
Complementary color
Monochromatic Colors of #F5CFD9
Black with #F5CFD9
Text Example
Text Example
White with #F5CFD9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5CFD9; }
p { color: rgb(245,207,217); }
H1.HeaderClassName
{
color: #F5CFD9;
}
.AnyTagClassName
{
color: #F5CFD9;
}
</style>
background-color css
<style>
a { background-color: #F5CFD9; }
a { background-color: rgb(245,207,217); }
div.DivClassName
{
background-color: #F5CFD9;
}
.BgClassName
{
background-color: #F5CFD9;
}
</style>
border-color css
<style>
span { border-color: #F5CFD9; }
span { border-color: rgb(245,207,217); }
td.TdClassName
{
border-color: #F5CFD9;
}
.TagClassName
{
border-color: #F5CFD9;
}
</style>