Shades of Pink Lace #FFCBD8
Tints of Pink Lace #FFCBD8
RGB
CMYK
RGB Variations
Color information
#FFCBD8 (or 0xFFCBD8) is known color: Pink Lace. HEX triplet: FF, CB and D8. RGB value is (255,203,216). Sum of RGB (Red+Green+Blue) = 255+203+216=674 (89% of max value = 765). Red value is 255 (100% from 255 or 37.83% from 674); Green value is 203 (79.69% from 255 or 30.12% from 674); Blue value is 216 (84.77% from 255 or 32.05% from 674); Max value from RGB is 255 - color contains mainly: red. Hex color #FFCBD8 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFCBD8 is #003427. Grayscale: #DCDCDC. Windows color (decimal): -13352 or 14207999. OLE color: 14207999.
HSL color Cylindrical-coordinate representation of color #FFCBD8: hue angle of 345º 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 #FFCBD8 is Cyan = 0, Magento = 0.20, Yellow = 0.15 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 203 | 216 | - |
| CMYK | 0 | 0.20 | 0.15 | 0 |
| HSL | 345º | 1% | 0.9% | - |
| HSV(B) | 345º | 0.2% | 1% | - |
| XYZ | 74.99 | 68.93 | 74.32 | - |
| YUV | 220.03 | 125.73 | 152.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 203 | 216 | 0 | 0.20 | 0.15 | 0 | 345 | 1 | 0.9 |
| Hex | FF | CB | D8 | 0 | 14 | F | 0 | 159 | 64 | 5A |
| Octal | 377 | 313 | 330 | 0 | 24 | 17 | 0 | 531 | 144 | 132 |
| Binary | 11111111 | 11001011 | 11011000 | 0 | 10100 | 1111 | 0 | 101011001 | 1100100 | 1011010 |
Color Harmonies of #FFCBD8
Complementary color
Monochromatic Colors of #FFCBD8
Black with #FFCBD8
Text Example
Text Example
White with #FFCBD8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFCBD8; }
p { color: rgb(255,203,216); }
H1.HeaderClassName
{
color: #FFCBD8;
}
.AnyTagClassName
{
color: #FFCBD8;
}
</style>
background-color css
<style>
a { background-color: #FFCBD8; }
a { background-color: rgb(255,203,216); }
div.DivClassName
{
background-color: #FFCBD8;
}
.BgClassName
{
background-color: #FFCBD8;
}
</style>
border-color css
<style>
span { border-color: #FFCBD8; }
span { border-color: rgb(255,203,216); }
td.TdClassName
{
border-color: #FFCBD8;
}
.TagClassName
{
border-color: #FFCBD8;
}
</style>