Shades of Pink Lace #F8D1DD
Tints of Pink Lace #F8D1DD
RGB
CMYK
RGB Variations
Color information
#F8D1DD (or 0xF8D1DD) is known color: Pink Lace. HEX triplet: F8, D1 and DD. RGB value is (248,209,221). Sum of RGB (Red+Green+Blue) = 248+209+221=678 (89% of max value = 765). Red value is 248 (97.27% from 255 or 36.58% from 678); Green value is 209 (82.03% from 255 or 30.83% from 678); Blue value is 221 (86.72% from 255 or 32.60% from 678); Max value from RGB is 248 - color contains mainly: red. Hex color #F8D1DD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F8D1DD is #072E22. Grayscale: #DEDEDE. Windows color (decimal): -470563 or 14537208. OLE color: 14537208.
HSL color Cylindrical-coordinate representation of color #F8D1DD: hue angle of 341.54º degrees, saturation: 0.74, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #F8D1DD is Cyan = 0, Magento = 0.16, Yellow = 0.11 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 209 | 221 | - |
| CMYK | 0 | 0.16 | 0.11 | 0.03 |
| HSL | 341.54º | 0.74% | 0.9% | - |
| HSV(B) | 341.54º | 0.16% | 0.97% | - |
| XYZ | 74.56 | 70.78 | 78.14 | - |
| YUV | 222.03 | 127.42 | 146.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 209 | 221 | 0 | 0.16 | 0.11 | 0.03 | 341.54 | 0.74 | 0.9 |
| Hex | F8 | D1 | DD | 0 | 10 | B | 3 | 156 | 4A | 5A |
| Octal | 370 | 321 | 335 | 0 | 20 | 13 | 3 | 526 | 112 | 132 |
| Binary | 11111000 | 11010001 | 11011101 | 0 | 10000 | 1011 | 11 | 101010110 | 1001010 | 1011010 |
Color Harmonies of #F8D1DD
Complementary color
Monochromatic Colors of #F8D1DD
Black with #F8D1DD
Text Example
Text Example
White with #F8D1DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8D1DD; }
p { color: rgb(248,209,221); }
H1.HeaderClassName
{
color: #F8D1DD;
}
.AnyTagClassName
{
color: #F8D1DD;
}
</style>
background-color css
<style>
a { background-color: #F8D1DD; }
a { background-color: rgb(248,209,221); }
div.DivClassName
{
background-color: #F8D1DD;
}
.BgClassName
{
background-color: #F8D1DD;
}
</style>
border-color css
<style>
span { border-color: #F8D1DD; }
span { border-color: rgb(248,209,221); }
td.TdClassName
{
border-color: #F8D1DD;
}
.TagClassName
{
border-color: #F8D1DD;
}
</style>