Shades of Pink Lace #FFCBD9
Tints of Pink Lace #FFCBD9
RGB
CMYK
RGB Variations
Color information
#FFCBD9 (or 0xFFCBD9) is known color: Pink Lace. HEX triplet: FF, CB and D9. RGB value is (255,203,217). Sum of RGB (Red+Green+Blue) = 255+203+217=675 (89% of max value = 765). Red value is 255 (100% from 255 or 37.78% from 675); Green value is 203 (79.69% from 255 or 30.07% from 675); Blue value is 217 (85.16% from 255 or 32.15% from 675); Max value from RGB is 255 - color contains mainly: red. Hex color #FFCBD9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFCBD9 is #003426. Grayscale: #DCDCDC. Windows color (decimal): -13351 or 14273535. OLE color: 14273535.
HSL color Cylindrical-coordinate representation of color #FFCBD9: hue angle of 343.85º 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 #FFCBD9 is Cyan = 0, Magento = 0.20, Yellow = 0.15 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 203 | 217 | - |
| CMYK | 0 | 0.20 | 0.15 | 0 |
| HSL | 343.85º | 1% | 0.9% | - |
| HSV(B) | 343.85º | 0.2% | 1% | - |
| XYZ | 75.12 | 68.98 | 75 | - |
| YUV | 220.14 | 126.23 | 152.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 203 | 217 | 0 | 0.20 | 0.15 | 0 | 343.85 | 1 | 0.9 |
| Hex | FF | CB | D9 | 0 | 14 | F | 0 | 158 | 64 | 5A |
| Octal | 377 | 313 | 331 | 0 | 24 | 17 | 0 | 530 | 144 | 132 |
| Binary | 11111111 | 11001011 | 11011001 | 0 | 10100 | 1111 | 0 | 101011000 | 1100100 | 1011010 |
Color Harmonies of #FFCBD9
Complementary color
Monochromatic Colors of #FFCBD9
Black with #FFCBD9
Text Example
Text Example
White with #FFCBD9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFCBD9; }
p { color: rgb(255,203,217); }
H1.HeaderClassName
{
color: #FFCBD9;
}
.AnyTagClassName
{
color: #FFCBD9;
}
</style>
background-color css
<style>
a { background-color: #FFCBD9; }
a { background-color: rgb(255,203,217); }
div.DivClassName
{
background-color: #FFCBD9;
}
.BgClassName
{
background-color: #FFCBD9;
}
</style>
border-color css
<style>
span { border-color: #FFCBD9; }
span { border-color: rgb(255,203,217); }
td.TdClassName
{
border-color: #FFCBD9;
}
.TagClassName
{
border-color: #FFCBD9;
}
</style>