Shades of Pink Lace #FFCED6
Tints of Pink Lace #FFCED6
RGB
CMYK
RGB Variations
Color information
#FFCED6 (or 0xFFCED6) is known color: Pink Lace. HEX triplet: FF, CE and D6. RGB value is (255,206,214). Sum of RGB (Red+Green+Blue) = 255+206+214=675 (89% of max value = 765). Red value is 255 (100% from 255 or 37.78% from 675); Green value is 206 (80.86% from 255 or 30.52% from 675); Blue value is 214 (83.98% from 255 or 31.70% from 675); Max value from RGB is 255 - color contains mainly: red. Hex color #FFCED6 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFCED6 is #003129. Grayscale: #DDDDDD. Windows color (decimal): -12586 or 14077695. OLE color: 14077695.
HSL color Cylindrical-coordinate representation of color #FFCED6: hue angle of 350.2º 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 #FFCED6 is Cyan = 0, Magento = 0.19, Yellow = 0.16 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 206 | 214 | - |
| CMYK | 0 | 0.19 | 0.16 | 0 |
| HSL | 350.2º | 1% | 0.9% | - |
| HSV(B) | 350.2º | 0.19% | 1% | - |
| XYZ | 75.45 | 70.26 | 73.2 | - |
| YUV | 221.56 | 123.73 | 151.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 206 | 214 | 0 | 0.19 | 0.16 | 0 | 350.2 | 1 | 0.9 |
| Hex | FF | CE | D6 | 0 | 13 | 10 | 0 | 15E | 64 | 5A |
| Octal | 377 | 316 | 326 | 0 | 23 | 20 | 0 | 536 | 144 | 132 |
| Binary | 11111111 | 11001110 | 11010110 | 0 | 10011 | 10000 | 0 | 101011110 | 1100100 | 1011010 |
Color Harmonies of #FFCED6
Complementary color
Monochromatic Colors of #FFCED6
Black with #FFCED6
Text Example
Text Example
White with #FFCED6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFCED6; }
p { color: rgb(255,206,214); }
H1.HeaderClassName
{
color: #FFCED6;
}
.AnyTagClassName
{
color: #FFCED6;
}
</style>
background-color css
<style>
a { background-color: #FFCED6; }
a { background-color: rgb(255,206,214); }
div.DivClassName
{
background-color: #FFCED6;
}
.BgClassName
{
background-color: #FFCED6;
}
</style>
border-color css
<style>
span { border-color: #FFCED6; }
span { border-color: rgb(255,206,214); }
td.TdClassName
{
border-color: #FFCED6;
}
.TagClassName
{
border-color: #FFCED6;
}
</style>