Shades of Pink Lace #F5CBD4
Tints of Pink Lace #F5CBD4
RGB
CMYK
RGB Variations
Color information
#F5CBD4 (or 0xF5CBD4) is known color: Pink Lace. HEX triplet: F5, CB and D4. RGB value is (245,203,212). Sum of RGB (Red+Green+Blue) = 245+203+212=660 (87% of max value = 765). Red value is 245 (96.09% from 255 or 37.12% from 660); Green value is 203 (79.69% from 255 or 30.76% from 660); Blue value is 212 (83.20% from 255 or 32.12% from 660); Max value from RGB is 245 - color contains mainly: red. Hex color #F5CBD4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F5CBD4 is #0A342B. Grayscale: #D8D8D8. Windows color (decimal): -668716 or 13945845. OLE color: 13945845.
HSL color Cylindrical-coordinate representation of color #F5CBD4: hue angle of 347.14º 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 #F5CBD4 is Cyan = 0, Magento = 0.17, Yellow = 0.13 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 203 | 212 | - |
| CMYK | 0 | 0.17 | 0.13 | 0.04 |
| HSL | 347.14º | 0.68% | 0.88% | - |
| HSV(B) | 347.14º | 0.17% | 0.96% | - |
| XYZ | 70.9 | 66.88 | 71.46 | - |
| YUV | 216.58 | 125.41 | 148.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 203 | 212 | 0 | 0.17 | 0.13 | 0.04 | 347.14 | 0.68 | 0.88 |
| Hex | F5 | CB | D4 | 0 | 11 | D | 4 | 15B | 44 | 58 |
| Octal | 365 | 313 | 324 | 0 | 21 | 15 | 4 | 533 | 104 | 130 |
| Binary | 11110101 | 11001011 | 11010100 | 0 | 10001 | 1101 | 100 | 101011011 | 1000100 | 1011000 |
Color Harmonies of #F5CBD4
Complementary color
Monochromatic Colors of #F5CBD4
Black with #F5CBD4
Text Example
Text Example
White with #F5CBD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5CBD4; }
p { color: rgb(245,203,212); }
H1.HeaderClassName
{
color: #F5CBD4;
}
.AnyTagClassName
{
color: #F5CBD4;
}
</style>
background-color css
<style>
a { background-color: #F5CBD4; }
a { background-color: rgb(245,203,212); }
div.DivClassName
{
background-color: #F5CBD4;
}
.BgClassName
{
background-color: #F5CBD4;
}
</style>
border-color css
<style>
span { border-color: #F5CBD4; }
span { border-color: rgb(245,203,212); }
td.TdClassName
{
border-color: #F5CBD4;
}
.TagClassName
{
border-color: #F5CBD4;
}
</style>