Shades of Pink Lace #FFCEDD
Tints of Pink Lace #FFCEDD
RGB
CMYK
RGB Variations
Color information
#FFCEDD (or 0xFFCEDD) is known color: Pink Lace. HEX triplet: FF, CE and DD. RGB value is (255,206,221). Sum of RGB (Red+Green+Blue) = 255+206+221=682 (90% of max value = 765). Red value is 255 (100% from 255 or 37.39% from 682); Green value is 206 (80.86% from 255 or 30.21% from 682); Blue value is 221 (86.72% from 255 or 32.40% from 682); Max value from RGB is 255 - color contains mainly: red. Hex color #FFCEDD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFCEDD is #003122. Grayscale: #DEDEDE. Windows color (decimal): -12579 or 14536447. OLE color: 14536447.
HSL color Cylindrical-coordinate representation of color #FFCEDD: hue angle of 341.63º 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 #FFCEDD is Cyan = 0, Magento = 0.19, Yellow = 0.13 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 206 | 221 | - |
| CMYK | 0 | 0.19 | 0.13 | 0 |
| HSL | 341.63º | 1% | 0.9% | - |
| HSV(B) | 341.63º | 0.19% | 1% | - |
| XYZ | 76.36 | 70.62 | 78.01 | - |
| YUV | 222.36 | 127.23 | 151.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 206 | 221 | 0 | 0.19 | 0.13 | 0 | 341.63 | 1 | 0.9 |
| Hex | FF | CE | DD | 0 | 13 | D | 0 | 156 | 64 | 5A |
| Octal | 377 | 316 | 335 | 0 | 23 | 15 | 0 | 526 | 144 | 132 |
| Binary | 11111111 | 11001110 | 11011101 | 0 | 10011 | 1101 | 0 | 101010110 | 1100100 | 1011010 |
Color Harmonies of #FFCEDD
Complementary color
Monochromatic Colors of #FFCEDD
Black with #FFCEDD
Text Example
Text Example
White with #FFCEDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFCEDD; }
p { color: rgb(255,206,221); }
H1.HeaderClassName
{
color: #FFCEDD;
}
.AnyTagClassName
{
color: #FFCEDD;
}
</style>
background-color css
<style>
a { background-color: #FFCEDD; }
a { background-color: rgb(255,206,221); }
div.DivClassName
{
background-color: #FFCEDD;
}
.BgClassName
{
background-color: #FFCEDD;
}
</style>
border-color css
<style>
span { border-color: #FFCEDD; }
span { border-color: rgb(255,206,221); }
td.TdClassName
{
border-color: #FFCEDD;
}
.TagClassName
{
border-color: #FFCEDD;
}
</style>