Shades of Pink Lace #FFCBDA
Tints of Pink Lace #FFCBDA
RGB
CMYK
RGB Variations
Color information
#FFCBDA (or 0xFFCBDA) is known color: Pink Lace. HEX triplet: FF, CB and DA. RGB value is (255,203,218). Sum of RGB (Red+Green+Blue) = 255+203+218=676 (89% of max value = 765). Red value is 255 (100% from 255 or 37.72% from 676); Green value is 203 (79.69% from 255 or 30.03% from 676); Blue value is 218 (85.55% from 255 or 32.25% from 676); Max value from RGB is 255 - color contains mainly: red. Hex color #FFCBDA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFCBDA is #003425. Grayscale: #DCDCDC. Windows color (decimal): -13350 or 14339071. OLE color: 14339071.
HSL color Cylindrical-coordinate representation of color #FFCBDA: hue angle of 342.69º 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 #FFCBDA is Cyan = 0, Magento = 0.20, Yellow = 0.15 and Black (K on CMYK) = 0.
Color convert
RGB | 255 | 203 | 218 | - |
CMYK | 0 | 0.20 | 0.15 | 0 |
HSL | 342.69º | 1% | 0.9% | - |
HSV(B) | 342.69º | 0.2% | 1% | - |
XYZ | 75.25 | 69.03 | 75.69 | - |
YUV | 220.26 | 126.73 | 152.78 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 255 | 203 | 218 | 0 | 0.20 | 0.15 | 0 | 342.69 | 1 | 0.9 |
Hex | FF | CB | DA | 0 | 14 | F | 0 | 157 | 64 | 5A |
Octal | 377 | 313 | 332 | 0 | 24 | 17 | 0 | 527 | 144 | 132 |
Binary | 11111111 | 11001011 | 11011010 | 0 | 10100 | 1111 | 0 | 101010111 | 1100100 | 1011010 |
Color Harmonies of #FFCBDA
Complementary color
Monochromatic Colors of #FFCBDA
Black with #FFCBDA
Text Example
Text Example
White with #FFCBDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFCBDA; }
p { color: rgb(255,203,218); }
H1.HeaderClassName
{
color: #FFCBDA;
}
.AnyTagClassName
{
color: #FFCBDA;
}
</style>
background-color css
<style>
a { background-color: #FFCBDA; }
a { background-color: rgb(255,203,218); }
div.DivClassName
{
background-color: #FFCBDA;
}
.BgClassName
{
background-color: #FFCBDA;
}
</style>
border-color css
<style>
span { border-color: #FFCBDA; }
span { border-color: rgb(255,203,218); }
td.TdClassName
{
border-color: #FFCBDA;
}
.TagClassName
{
border-color: #FFCBDA;
}
</style>