Shades of Pink Lace #F5CBD9
Tints of Pink Lace #F5CBD9
RGB
CMYK
RGB Variations
Color information
#F5CBD9 (or 0xF5CBD9) is known color: Pink Lace. HEX triplet: F5, CB and D9. RGB value is (245,203,217). Sum of RGB (Red+Green+Blue) = 245+203+217=665 (88% of max value = 765). Red value is 245 (96.09% from 255 or 36.84% from 665); Green value is 203 (79.69% from 255 or 30.53% from 665); Blue value is 217 (85.16% from 255 or 32.63% from 665); Max value from RGB is 245 - color contains mainly: red. Hex color #F5CBD9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F5CBD9 is #0A3426. Grayscale: #D9D9D9. Windows color (decimal): -668711 or 14273525. OLE color: 14273525.
HSL color Cylindrical-coordinate representation of color #F5CBD9: hue angle of 340º degrees, saturation: 0.68, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #F5CBD9 is Cyan = 0, Magento = 0.17, Yellow = 0.11 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 203 | 217 | - |
| CMYK | 0 | 0.17 | 0.11 | 0.04 |
| HSL | 340º | 0.68% | 0.88% | - |
| HSV(B) | 340º | 0.17% | 0.96% | - |
| XYZ | 71.54 | 67.13 | 74.83 | - |
| YUV | 217.15 | 127.91 | 147.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 203 | 217 | 0 | 0.17 | 0.11 | 0.04 | 340 | 0.68 | 0.88 |
| Hex | F5 | CB | D9 | 0 | 11 | B | 4 | 154 | 44 | 58 |
| Octal | 365 | 313 | 331 | 0 | 21 | 13 | 4 | 524 | 104 | 130 |
| Binary | 11110101 | 11001011 | 11011001 | 0 | 10001 | 1011 | 100 | 101010100 | 1000100 | 1011000 |
Color Harmonies of #F5CBD9
Complementary color
Monochromatic Colors of #F5CBD9
Black with #F5CBD9
Text Example
Text Example
White with #F5CBD9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5CBD9; }
p { color: rgb(245,203,217); }
H1.HeaderClassName
{
color: #F5CBD9;
}
.AnyTagClassName
{
color: #F5CBD9;
}
</style>
background-color css
<style>
a { background-color: #F5CBD9; }
a { background-color: rgb(245,203,217); }
div.DivClassName
{
background-color: #F5CBD9;
}
.BgClassName
{
background-color: #F5CBD9;
}
</style>
border-color css
<style>
span { border-color: #F5CBD9; }
span { border-color: rgb(245,203,217); }
td.TdClassName
{
border-color: #F5CBD9;
}
.TagClassName
{
border-color: #F5CBD9;
}
</style>