Shades of Pink Lace #FFCED7
Tints of Pink Lace #FFCED7
RGB
CMYK
RGB Variations
Color information
#FFCED7 (or 0xFFCED7) is known color: Pink Lace. HEX triplet: FF, CE and D7. RGB value is (255,206,215). Sum of RGB (Red+Green+Blue) = 255+206+215=676 (89% of max value = 765). Red value is 255 (100% from 255 or 37.72% from 676); Green value is 206 (80.86% from 255 or 30.47% from 676); Blue value is 215 (84.38% from 255 or 31.80% from 676); Max value from RGB is 255 - color contains mainly: red. Hex color #FFCED7 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFCED7 is #003128. Grayscale: #DDDDDD. Windows color (decimal): -12585 or 14143231. OLE color: 14143231.
HSL color Cylindrical-coordinate representation of color #FFCED7: hue angle of 348.98º 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 #FFCED7 is Cyan = 0, Magento = 0.19, Yellow = 0.16 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 206 | 215 | - |
| CMYK | 0 | 0.19 | 0.16 | 0 |
| HSL | 348.98º | 1% | 0.9% | - |
| HSV(B) | 348.98º | 0.19% | 1% | - |
| XYZ | 75.58 | 70.31 | 73.88 | - |
| YUV | 221.68 | 124.23 | 151.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 206 | 215 | 0 | 0.19 | 0.16 | 0 | 348.98 | 1 | 0.9 |
| Hex | FF | CE | D7 | 0 | 13 | 10 | 0 | 15D | 64 | 5A |
| Octal | 377 | 316 | 327 | 0 | 23 | 20 | 0 | 535 | 144 | 132 |
| Binary | 11111111 | 11001110 | 11010111 | 0 | 10011 | 10000 | 0 | 101011101 | 1100100 | 1011010 |
Color Harmonies of #FFCED7
Complementary color
Monochromatic Colors of #FFCED7
Black with #FFCED7
Text Example
Text Example
White with #FFCED7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFCED7; }
p { color: rgb(255,206,215); }
H1.HeaderClassName
{
color: #FFCED7;
}
.AnyTagClassName
{
color: #FFCED7;
}
</style>
background-color css
<style>
a { background-color: #FFCED7; }
a { background-color: rgb(255,206,215); }
div.DivClassName
{
background-color: #FFCED7;
}
.BgClassName
{
background-color: #FFCED7;
}
</style>
border-color css
<style>
span { border-color: #FFCED7; }
span { border-color: rgb(255,206,215); }
td.TdClassName
{
border-color: #FFCED7;
}
.TagClassName
{
border-color: #FFCED7;
}
</style>