Shades of Pink Lace #F8CEDA
Tints of Pink Lace #F8CEDA
RGB
CMYK
RGB Variations
Color information
#F8CEDA (or 0xF8CEDA) is known color: Pink Lace. HEX triplet: F8, CE and DA. RGB value is (248,206,218). Sum of RGB (Red+Green+Blue) = 248+206+218=672 (89% of max value = 765). Red value is 248 (97.27% from 255 or 36.90% from 672); Green value is 206 (80.86% from 255 or 30.65% from 672); Blue value is 218 (85.55% from 255 or 32.44% from 672); Max value from RGB is 248 - color contains mainly: red. Hex color #F8CEDA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F8CEDA is #073125. Grayscale: #DBDBDB. Windows color (decimal): -471334 or 14339832. OLE color: 14339832.
HSL color Cylindrical-coordinate representation of color #F8CEDA: hue angle of 342.86º 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 #F8CEDA is Cyan = 0, Magento = 0.17, Yellow = 0.12 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 206 | 218 | - |
| CMYK | 0 | 0.17 | 0.12 | 0.03 |
| HSL | 342.86º | 0.75% | 0.89% | - |
| HSV(B) | 342.86º | 0.17% | 0.97% | - |
| XYZ | 73.44 | 69.16 | 75.81 | - |
| YUV | 219.93 | 126.91 | 148.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 206 | 218 | 0 | 0.17 | 0.12 | 0.03 | 342.86 | 0.75 | 0.89 |
| Hex | F8 | CE | DA | 0 | 11 | C | 3 | 157 | 4B | 59 |
| Octal | 370 | 316 | 332 | 0 | 21 | 14 | 3 | 527 | 113 | 131 |
| Binary | 11111000 | 11001110 | 11011010 | 0 | 10001 | 1100 | 11 | 101010111 | 1001011 | 1011001 |
Color Harmonies of #F8CEDA
Complementary color
Monochromatic Colors of #F8CEDA
Black with #F8CEDA
Text Example
Text Example
White with #F8CEDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8CEDA; }
p { color: rgb(248,206,218); }
H1.HeaderClassName
{
color: #F8CEDA;
}
.AnyTagClassName
{
color: #F8CEDA;
}
</style>
background-color css
<style>
a { background-color: #F8CEDA; }
a { background-color: rgb(248,206,218); }
div.DivClassName
{
background-color: #F8CEDA;
}
.BgClassName
{
background-color: #F8CEDA;
}
</style>
border-color css
<style>
span { border-color: #F8CEDA; }
span { border-color: rgb(248,206,218); }
td.TdClassName
{
border-color: #F8CEDA;
}
.TagClassName
{
border-color: #F8CEDA;
}
</style>