Shades of Pink Lace #F8CEDC
Tints of Pink Lace #F8CEDC
RGB
CMYK
RGB Variations
Color information
#F8CEDC (or 0xF8CEDC) is known color: Pink Lace. HEX triplet: F8, CE and DC. RGB value is (248,206,220). Sum of RGB (Red+Green+Blue) = 248+206+220=674 (89% of max value = 765). Red value is 248 (97.27% from 255 or 36.80% from 674); Green value is 206 (80.86% from 255 or 30.56% from 674); Blue value is 220 (86.33% from 255 or 32.64% from 674); Max value from RGB is 248 - color contains mainly: red. Hex color #F8CEDC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F8CEDC is #073123. Grayscale: #DCDCDC. Windows color (decimal): -471332 or 14470904. OLE color: 14470904.
HSL color Cylindrical-coordinate representation of color #F8CEDC: hue angle of 340º degrees, saturation: 0.75, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #F8CEDC is Cyan = 0, Magento = 0.17, Yellow = 0.11 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 206 | 220 | - |
| CMYK | 0 | 0.17 | 0.11 | 0.03 |
| HSL | 340º | 0.75% | 0.89% | - |
| HSV(B) | 340º | 0.17% | 0.97% | - |
| XYZ | 73.7 | 69.27 | 77.2 | - |
| YUV | 220.15 | 127.91 | 147.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 206 | 220 | 0 | 0.17 | 0.11 | 0.03 | 340 | 0.75 | 0.89 |
| Hex | F8 | CE | DC | 0 | 11 | B | 3 | 154 | 4B | 59 |
| Octal | 370 | 316 | 334 | 0 | 21 | 13 | 3 | 524 | 113 | 131 |
| Binary | 11111000 | 11001110 | 11011100 | 0 | 10001 | 1011 | 11 | 101010100 | 1001011 | 1011001 |
Color Harmonies of #F8CEDC
Complementary color
Monochromatic Colors of #F8CEDC
Black with #F8CEDC
Text Example
Text Example
White with #F8CEDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8CEDC; }
p { color: rgb(248,206,220); }
H1.HeaderClassName
{
color: #F8CEDC;
}
.AnyTagClassName
{
color: #F8CEDC;
}
</style>
background-color css
<style>
a { background-color: #F8CEDC; }
a { background-color: rgb(248,206,220); }
div.DivClassName
{
background-color: #F8CEDC;
}
.BgClassName
{
background-color: #F8CEDC;
}
</style>
border-color css
<style>
span { border-color: #F8CEDC; }
span { border-color: rgb(248,206,220); }
td.TdClassName
{
border-color: #F8CEDC;
}
.TagClassName
{
border-color: #F8CEDC;
}
</style>