Shades of Pink Lace #FFCBDB
Tints of Pink Lace #FFCBDB
RGB
CMYK
RGB Variations
Color information
#FFCBDB (or 0xFFCBDB) is known color: Pink Lace. HEX triplet: FF, CB and DB. RGB value is (255,203,219). Sum of RGB (Red+Green+Blue) = 255+203+219=677 (89% of max value = 765). Red value is 255 (100% from 255 or 37.67% from 677); Green value is 203 (79.69% from 255 or 29.99% from 677); Blue value is 219 (85.94% from 255 or 32.35% from 677); Max value from RGB is 255 - color contains mainly: red. Hex color #FFCBDB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFCBDB is #003424. Grayscale: #DCDCDC. Windows color (decimal): -13349 or 14404607. OLE color: 14404607.
HSL color Cylindrical-coordinate representation of color #FFCBDB: hue angle of 341.54º 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 #FFCBDB is Cyan = 0, Magento = 0.20, Yellow = 0.14 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 203 | 219 | - |
| CMYK | 0 | 0.20 | 0.14 | 0 |
| HSL | 341.54º | 1% | 0.9% | - |
| HSV(B) | 341.54º | 0.2% | 1% | - |
| XYZ | 75.38 | 69.09 | 76.38 | - |
| YUV | 220.37 | 127.23 | 152.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 203 | 219 | 0 | 0.20 | 0.14 | 0 | 341.54 | 1 | 0.9 |
| Hex | FF | CB | DB | 0 | 14 | E | 0 | 156 | 64 | 5A |
| Octal | 377 | 313 | 333 | 0 | 24 | 16 | 0 | 526 | 144 | 132 |
| Binary | 11111111 | 11001011 | 11011011 | 0 | 10100 | 1110 | 0 | 101010110 | 1100100 | 1011010 |
Color Harmonies of #FFCBDB
Complementary color
Monochromatic Colors of #FFCBDB
Black with #FFCBDB
Text Example
Text Example
White with #FFCBDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFCBDB; }
p { color: rgb(255,203,219); }
H1.HeaderClassName
{
color: #FFCBDB;
}
.AnyTagClassName
{
color: #FFCBDB;
}
</style>
background-color css
<style>
a { background-color: #FFCBDB; }
a { background-color: rgb(255,203,219); }
div.DivClassName
{
background-color: #FFCBDB;
}
.BgClassName
{
background-color: #FFCBDB;
}
</style>
border-color css
<style>
span { border-color: #FFCBDB; }
span { border-color: rgb(255,203,219); }
td.TdClassName
{
border-color: #FFCBDB;
}
.TagClassName
{
border-color: #FFCBDB;
}
</style>