Shades of Pink Lace #FFCEDC
Tints of Pink Lace #FFCEDC
RGB
CMYK
RGB Variations
Color information
#FFCEDC (or 0xFFCEDC) is known color: Pink Lace. HEX triplet: FF, CE and DC. RGB value is (255,206,220). Sum of RGB (Red+Green+Blue) = 255+206+220=681 (90% of max value = 765). Red value is 255 (100% from 255 or 37.44% from 681); Green value is 206 (80.86% from 255 or 30.25% from 681); Blue value is 220 (86.33% from 255 or 32.31% from 681); Max value from RGB is 255 - color contains mainly: red. Hex color #FFCEDC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFCEDC is #003123. Grayscale: #DEDEDE. Windows color (decimal): -12580 or 14470911. OLE color: 14470911.
HSL color Cylindrical-coordinate representation of color #FFCEDC: hue angle of 342.86º degrees, saturation: 1, lightness: 0.9%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #FFCEDC is Cyan = 0, Magento = 0.19, Yellow = 0.14 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 206 | 220 | - |
| CMYK | 0 | 0.19 | 0.14 | 0 |
| HSL | 342.86º | 1% | 0.9% | - |
| HSV(B) | 342.86º | 0.19% | 1% | - |
| XYZ | 76.23 | 70.57 | 77.31 | - |
| YUV | 222.25 | 126.73 | 151.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 206 | 220 | 0 | 0.19 | 0.14 | 0 | 342.86 | 1 | 0.9 |
| Hex | FF | CE | DC | 0 | 13 | E | 0 | 157 | 64 | 5A |
| Octal | 377 | 316 | 334 | 0 | 23 | 16 | 0 | 527 | 144 | 132 |
| Binary | 11111111 | 11001110 | 11011100 | 0 | 10011 | 1110 | 0 | 101010111 | 1100100 | 1011010 |
Color Harmonies of #FFCEDC
Complementary color
Monochromatic Colors of #FFCEDC
Black with #FFCEDC
Text Example
Text Example
White with #FFCEDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFCEDC; }
p { color: rgb(255,206,220); }
H1.HeaderClassName
{
color: #FFCEDC;
}
.AnyTagClassName
{
color: #FFCEDC;
}
</style>
background-color css
<style>
a { background-color: #FFCEDC; }
a { background-color: rgb(255,206,220); }
div.DivClassName
{
background-color: #FFCEDC;
}
.BgClassName
{
background-color: #FFCEDC;
}
</style>
border-color css
<style>
span { border-color: #FFCEDC; }
span { border-color: rgb(255,206,220); }
td.TdClassName
{
border-color: #FFCEDC;
}
.TagClassName
{
border-color: #FFCEDC;
}
</style>