Shades of Pink Lace #FFCBD6
Tints of Pink Lace #FFCBD6
RGB
CMYK
RGB Variations
Color information
#FFCBD6 (or 0xFFCBD6) is known color: Pink Lace. HEX triplet: FF, CB and D6. RGB value is (255,203,214). Sum of RGB (Red+Green+Blue) = 255+203+214=672 (89% of max value = 765). Red value is 255 (100% from 255 or 37.95% from 672); Green value is 203 (79.69% from 255 or 30.21% from 672); Blue value is 214 (83.98% from 255 or 31.85% from 672); Max value from RGB is 255 - color contains mainly: red. Hex color #FFCBD6 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFCBD6 is #003429. Grayscale: #DBDBDB. Windows color (decimal): -13354 or 14076927. OLE color: 14076927.
HSL color Cylindrical-coordinate representation of color #FFCBD6: hue angle of 347.31º degrees, saturation: 1, lightness: 0.9%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #FFCBD6 is Cyan = 0, Magento = 0.20, Yellow = 0.16 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 203 | 214 | - |
| CMYK | 0 | 0.20 | 0.16 | 0 |
| HSL | 347.31º | 1% | 0.9% | - |
| HSV(B) | 347.31º | 0.2% | 1% | - |
| XYZ | 74.73 | 68.83 | 72.96 | - |
| YUV | 219.8 | 124.73 | 153.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 203 | 214 | 0 | 0.20 | 0.16 | 0 | 347.31 | 1 | 0.9 |
| Hex | FF | CB | D6 | 0 | 14 | 10 | 0 | 15B | 64 | 5A |
| Octal | 377 | 313 | 326 | 0 | 24 | 20 | 0 | 533 | 144 | 132 |
| Binary | 11111111 | 11001011 | 11010110 | 0 | 10100 | 10000 | 0 | 101011011 | 1100100 | 1011010 |
Color Harmonies of #FFCBD6
Complementary color
Monochromatic Colors of #FFCBD6
Black with #FFCBD6
Text Example
Text Example
White with #FFCBD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFCBD6; }
p { color: rgb(255,203,214); }
H1.HeaderClassName
{
color: #FFCBD6;
}
.AnyTagClassName
{
color: #FFCBD6;
}
</style>
background-color css
<style>
a { background-color: #FFCBD6; }
a { background-color: rgb(255,203,214); }
div.DivClassName
{
background-color: #FFCBD6;
}
.BgClassName
{
background-color: #FFCBD6;
}
</style>
border-color css
<style>
span { border-color: #FFCBD6; }
span { border-color: rgb(255,203,214); }
td.TdClassName
{
border-color: #FFCBD6;
}
.TagClassName
{
border-color: #FFCBD6;
}
</style>