Shades of Pink Lace #FFCBD5
Tints of Pink Lace #FFCBD5
RGB
CMYK
RGB Variations
Color information
#FFCBD5 (or 0xFFCBD5) is known color: Pink Lace. HEX triplet: FF, CB and D5. RGB value is (255,203,213). Sum of RGB (Red+Green+Blue) = 255+203+213=671 (88% of max value = 765). Red value is 255 (100% from 255 or 38.00% from 671); Green value is 203 (79.69% from 255 or 30.25% from 671); Blue value is 213 (83.59% from 255 or 31.74% from 671); Max value from RGB is 255 - color contains mainly: red. Hex color #FFCBD5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFCBD5 is #00342A. Grayscale: #DBDBDB. Windows color (decimal): -13355 or 14011391. OLE color: 14011391.
HSL color Cylindrical-coordinate representation of color #FFCBD5: hue angle of 348.46º 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 #FFCBD5 is Cyan = 0, Magento = 0.20, Yellow = 0.16 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 203 | 213 | - |
| CMYK | 0 | 0.20 | 0.16 | 0 |
| HSL | 348.46º | 1% | 0.9% | - |
| HSV(B) | 348.46º | 0.2% | 1% | - |
| XYZ | 74.61 | 68.78 | 72.29 | - |
| YUV | 219.69 | 124.23 | 153.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 203 | 213 | 0 | 0.20 | 0.16 | 0 | 348.46 | 1 | 0.9 |
| Hex | FF | CB | D5 | 0 | 14 | 10 | 0 | 15C | 64 | 5A |
| Octal | 377 | 313 | 325 | 0 | 24 | 20 | 0 | 534 | 144 | 132 |
| Binary | 11111111 | 11001011 | 11010101 | 0 | 10100 | 10000 | 0 | 101011100 | 1100100 | 1011010 |
Color Harmonies of #FFCBD5
Complementary color
Monochromatic Colors of #FFCBD5
Black with #FFCBD5
Text Example
Text Example
White with #FFCBD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFCBD5; }
p { color: rgb(255,203,213); }
H1.HeaderClassName
{
color: #FFCBD5;
}
.AnyTagClassName
{
color: #FFCBD5;
}
</style>
background-color css
<style>
a { background-color: #FFCBD5; }
a { background-color: rgb(255,203,213); }
div.DivClassName
{
background-color: #FFCBD5;
}
.BgClassName
{
background-color: #FFCBD5;
}
</style>
border-color css
<style>
span { border-color: #FFCBD5; }
span { border-color: rgb(255,203,213); }
td.TdClassName
{
border-color: #FFCBD5;
}
.TagClassName
{
border-color: #FFCBD5;
}
</style>