Shades of Pink Lace #FFCBD4
Tints of Pink Lace #FFCBD4
RGB
CMYK
RGB Variations
Color information
#FFCBD4 (or 0xFFCBD4) is known color: Pink Lace. HEX triplet: FF, CB and D4. RGB value is (255,203,212). Sum of RGB (Red+Green+Blue) = 255+203+212=670 (88% of max value = 765). Red value is 255 (100% from 255 or 38.06% from 670); Green value is 203 (79.69% from 255 or 30.30% from 670); Blue value is 212 (83.20% from 255 or 31.64% from 670); Max value from RGB is 255 - color contains mainly: red. Hex color #FFCBD4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFCBD4 is #00342B. Grayscale: #DBDBDB. Windows color (decimal): -13356 or 13945855. OLE color: 13945855.
HSL color Cylindrical-coordinate representation of color #FFCBD4: hue angle of 349.62º 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 #FFCBD4 is Cyan = 0, Magento = 0.20, Yellow = 0.17 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 203 | 212 | - |
| CMYK | 0 | 0.20 | 0.17 | 0 |
| HSL | 349.62º | 1% | 0.9% | - |
| HSV(B) | 349.62º | 0.2% | 1% | - |
| XYZ | 74.48 | 68.73 | 71.63 | - |
| YUV | 219.57 | 123.73 | 153.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 203 | 212 | 0 | 0.20 | 0.17 | 0 | 349.62 | 1 | 0.9 |
| Hex | FF | CB | D4 | 0 | 14 | 11 | 0 | 15E | 64 | 5A |
| Octal | 377 | 313 | 324 | 0 | 24 | 21 | 0 | 536 | 144 | 132 |
| Binary | 11111111 | 11001011 | 11010100 | 0 | 10100 | 10001 | 0 | 101011110 | 1100100 | 1011010 |
Color Harmonies of #FFCBD4
Complementary color
Monochromatic Colors of #FFCBD4
Black with #FFCBD4
Text Example
Text Example
White with #FFCBD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFCBD4; }
p { color: rgb(255,203,212); }
H1.HeaderClassName
{
color: #FFCBD4;
}
.AnyTagClassName
{
color: #FFCBD4;
}
</style>
background-color css
<style>
a { background-color: #FFCBD4; }
a { background-color: rgb(255,203,212); }
div.DivClassName
{
background-color: #FFCBD4;
}
.BgClassName
{
background-color: #FFCBD4;
}
</style>
border-color css
<style>
span { border-color: #FFCBD4; }
span { border-color: rgb(255,203,212); }
td.TdClassName
{
border-color: #FFCBD4;
}
.TagClassName
{
border-color: #FFCBD4;
}
</style>