Shades of Pink Lace #FFCED9
Tints of Pink Lace #FFCED9
RGB
CMYK
RGB Variations
Color information
#FFCED9 (or 0xFFCED9) is known color: Pink Lace. HEX triplet: FF, CE and D9. RGB value is (255,206,217). Sum of RGB (Red+Green+Blue) = 255+206+217=678 (89% of max value = 765). Red value is 255 (100% from 255 or 37.61% from 678); Green value is 206 (80.86% from 255 or 30.38% from 678); Blue value is 217 (85.16% from 255 or 32.01% from 678); Max value from RGB is 255 - color contains mainly: red. Hex color #FFCED9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFCED9 is #003126. Grayscale: #DDDDDD. Windows color (decimal): -12583 or 14274303. OLE color: 14274303.
HSL color Cylindrical-coordinate representation of color #FFCED9: hue angle of 346.53º 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 #FFCED9 is Cyan = 0, Magento = 0.19, Yellow = 0.15 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 206 | 217 | - |
| CMYK | 0 | 0.19 | 0.15 | 0 |
| HSL | 346.53º | 1% | 0.9% | - |
| HSV(B) | 346.53º | 0.19% | 1% | - |
| XYZ | 75.84 | 70.41 | 75.24 | - |
| YUV | 221.91 | 125.23 | 151.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 206 | 217 | 0 | 0.19 | 0.15 | 0 | 346.53 | 1 | 0.9 |
| Hex | FF | CE | D9 | 0 | 13 | F | 0 | 15B | 64 | 5A |
| Octal | 377 | 316 | 331 | 0 | 23 | 17 | 0 | 533 | 144 | 132 |
| Binary | 11111111 | 11001110 | 11011001 | 0 | 10011 | 1111 | 0 | 101011011 | 1100100 | 1011010 |
Color Harmonies of #FFCED9
Complementary color
Monochromatic Colors of #FFCED9
Black with #FFCED9
Text Example
Text Example
White with #FFCED9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFCED9; }
p { color: rgb(255,206,217); }
H1.HeaderClassName
{
color: #FFCED9;
}
.AnyTagClassName
{
color: #FFCED9;
}
</style>
background-color css
<style>
a { background-color: #FFCED9; }
a { background-color: rgb(255,206,217); }
div.DivClassName
{
background-color: #FFCED9;
}
.BgClassName
{
background-color: #FFCED9;
}
</style>
border-color css
<style>
span { border-color: #FFCED9; }
span { border-color: rgb(255,206,217); }
td.TdClassName
{
border-color: #FFCED9;
}
.TagClassName
{
border-color: #FFCED9;
}
</style>