Shades of Pink Lace #FFCBD3
Tints of Pink Lace #FFCBD3
RGB
CMYK
RGB Variations
Color information
#FFCBD3 (or 0xFFCBD3) is known color: Pink Lace. HEX triplet: FF, CB and D3. RGB value is (255,203,211). Sum of RGB (Red+Green+Blue) = 255+203+211=669 (88% of max value = 765). Red value is 255 (100% from 255 or 38.12% from 669); Green value is 203 (79.69% from 255 or 30.34% from 669); Blue value is 211 (82.81% from 255 or 31.54% from 669); Max value from RGB is 255 - color contains mainly: red. Hex color #FFCBD3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFCBD3 is #00342C. Grayscale: #DBDBDB. Windows color (decimal): -13357 or 13880319. OLE color: 13880319.
HSL color Cylindrical-coordinate representation of color #FFCBD3: hue angle of 350.77º 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 #FFCBD3 is Cyan = 0, Magento = 0.20, Yellow = 0.17 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 203 | 211 | - |
| CMYK | 0 | 0.20 | 0.17 | 0 |
| HSL | 350.77º | 1% | 0.9% | - |
| HSV(B) | 350.77º | 0.2% | 1% | - |
| XYZ | 74.35 | 68.68 | 70.96 | - |
| YUV | 219.46 | 123.23 | 153.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 203 | 211 | 0 | 0.20 | 0.17 | 0 | 350.77 | 1 | 0.9 |
| Hex | FF | CB | D3 | 0 | 14 | 11 | 0 | 15F | 64 | 5A |
| Octal | 377 | 313 | 323 | 0 | 24 | 21 | 0 | 537 | 144 | 132 |
| Binary | 11111111 | 11001011 | 11010011 | 0 | 10100 | 10001 | 0 | 101011111 | 1100100 | 1011010 |
Color Harmonies of #FFCBD3
Complementary color
Monochromatic Colors of #FFCBD3
Black with #FFCBD3
Text Example
Text Example
White with #FFCBD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFCBD3; }
p { color: rgb(255,203,211); }
H1.HeaderClassName
{
color: #FFCBD3;
}
.AnyTagClassName
{
color: #FFCBD3;
}
</style>
background-color css
<style>
a { background-color: #FFCBD3; }
a { background-color: rgb(255,203,211); }
div.DivClassName
{
background-color: #FFCBD3;
}
.BgClassName
{
background-color: #FFCBD3;
}
</style>
border-color css
<style>
span { border-color: #FFCBD3; }
span { border-color: rgb(255,203,211); }
td.TdClassName
{
border-color: #FFCBD3;
}
.TagClassName
{
border-color: #FFCBD3;
}
</style>