Shades of Pink Lace #F8C8D5
Tints of Pink Lace #F8C8D5
RGB
CMYK
RGB Variations
Color information
#F8C8D5 (or 0xF8C8D5) is known color: Pink Lace. HEX triplet: F8, C8 and D5. RGB value is (248,200,213). Sum of RGB (Red+Green+Blue) = 248+200+213=661 (87% of max value = 765). Red value is 248 (97.27% from 255 or 37.52% from 661); Green value is 200 (78.52% from 255 or 30.26% from 661); Blue value is 213 (83.59% from 255 or 32.22% from 661); Max value from RGB is 248 - color contains mainly: red. Hex color #F8C8D5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F8C8D5 is #07372A. Grayscale: #D7D7D7. Windows color (decimal): -472875 or 14010616. OLE color: 14010616.
HSL color Cylindrical-coordinate representation of color #F8C8D5: hue angle of 343.75º degrees, saturation: 0.77, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #F8C8D5 is Cyan = 0, Magento = 0.19, Yellow = 0.14 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 200 | 213 | - |
| CMYK | 0 | 0.19 | 0.14 | 0.03 |
| HSL | 343.75º | 0.77% | 0.88% | - |
| HSV(B) | 343.75º | 0.19% | 0.97% | - |
| XYZ | 71.38 | 66.07 | 71.94 | - |
| YUV | 215.83 | 126.4 | 150.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 200 | 213 | 0 | 0.19 | 0.14 | 0.03 | 343.75 | 0.77 | 0.88 |
| Hex | F8 | C8 | D5 | 0 | 13 | E | 3 | 158 | 4D | 58 |
| Octal | 370 | 310 | 325 | 0 | 23 | 16 | 3 | 530 | 115 | 130 |
| Binary | 11111000 | 11001000 | 11010101 | 0 | 10011 | 1110 | 11 | 101011000 | 1001101 | 1011000 |
Color Harmonies of #F8C8D5
Complementary color
Monochromatic Colors of #F8C8D5
Black with #F8C8D5
Text Example
Text Example
White with #F8C8D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8C8D5; }
p { color: rgb(248,200,213); }
H1.HeaderClassName
{
color: #F8C8D5;
}
.AnyTagClassName
{
color: #F8C8D5;
}
</style>
background-color css
<style>
a { background-color: #F8C8D5; }
a { background-color: rgb(248,200,213); }
div.DivClassName
{
background-color: #F8C8D5;
}
.BgClassName
{
background-color: #F8C8D5;
}
</style>
border-color css
<style>
span { border-color: #F8C8D5; }
span { border-color: rgb(248,200,213); }
td.TdClassName
{
border-color: #F8C8D5;
}
.TagClassName
{
border-color: #F8C8D5;
}
</style>