Shades of Pink Lace #FFC8DB
Tints of Pink Lace #FFC8DB
RGB
CMYK
RGB Variations
Color information
#FFC8DB (or 0xFFC8DB) is known color: Pink Lace. HEX triplet: FF, C8 and DB. RGB value is (255,200,219). Sum of RGB (Red+Green+Blue) = 255+200+219=674 (89% of max value = 765). Red value is 255 (100% from 255 or 37.83% from 674); Green value is 200 (78.52% from 255 or 29.67% from 674); Blue value is 219 (85.94% from 255 or 32.49% from 674); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC8DB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFC8DB is #003724. Grayscale: #DADADA. Windows color (decimal): -14117 or 14403839. OLE color: 14403839.
HSL color Cylindrical-coordinate representation of color #FFC8DB: hue angle of 339.27º degrees, saturation: 1, lightness: 0.89%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #FFC8DB is Cyan = 0, Magento = 0.22, Yellow = 0.14 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 200 | 219 | - |
| CMYK | 0 | 0.22 | 0.14 | 0 |
| HSL | 339.27º | 1% | 0.89% | - |
| HSV(B) | 339.27º | 0.22% | 1% | - |
| XYZ | 74.68 | 67.68 | 76.15 | - |
| YUV | 218.61 | 128.22 | 153.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 200 | 219 | 0 | 0.22 | 0.14 | 0 | 339.27 | 1 | 0.89 |
| Hex | FF | C8 | DB | 0 | 16 | E | 0 | 153 | 64 | 59 |
| Octal | 377 | 310 | 333 | 0 | 26 | 16 | 0 | 523 | 144 | 131 |
| Binary | 11111111 | 11001000 | 11011011 | 0 | 10110 | 1110 | 0 | 101010011 | 1100100 | 1011001 |
Color Harmonies of #FFC8DB
Complementary color
Monochromatic Colors of #FFC8DB
Black with #FFC8DB
Text Example
Text Example
White with #FFC8DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFC8DB; }
p { color: rgb(255,200,219); }
H1.HeaderClassName
{
color: #FFC8DB;
}
.AnyTagClassName
{
color: #FFC8DB;
}
</style>
background-color css
<style>
a { background-color: #FFC8DB; }
a { background-color: rgb(255,200,219); }
div.DivClassName
{
background-color: #FFC8DB;
}
.BgClassName
{
background-color: #FFC8DB;
}
</style>
border-color css
<style>
span { border-color: #FFC8DB; }
span { border-color: rgb(255,200,219); }
td.TdClassName
{
border-color: #FFC8DB;
}
.TagClassName
{
border-color: #FFC8DB;
}
</style>