Shades of Pink Lace #F8CCD6
Tints of Pink Lace #F8CCD6
RGB
CMYK
RGB Variations
Color information
#F8CCD6 (or 0xF8CCD6) is known color: Pink Lace. HEX triplet: F8, CC and D6. RGB value is (248,204,214). Sum of RGB (Red+Green+Blue) = 248+204+214=666 (88% of max value = 765). Red value is 248 (97.27% from 255 or 37.24% from 666); Green value is 204 (80.08% from 255 or 30.63% from 666); Blue value is 214 (83.98% from 255 or 32.13% from 666); Max value from RGB is 248 - color contains mainly: red. Hex color #F8CCD6 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F8CCD6 is #073329. Grayscale: #DADADA. Windows color (decimal): -471850 or 14077176. OLE color: 14077176.
HSL color Cylindrical-coordinate representation of color #F8CCD6: hue angle of 346.36º degrees, saturation: 0.76, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #F8CCD6 is Cyan = 0, Magento = 0.18, Yellow = 0.14 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 204 | 214 | - |
| CMYK | 0 | 0.18 | 0.14 | 0.03 |
| HSL | 346.36º | 0.76% | 0.89% | - |
| HSV(B) | 346.36º | 0.18% | 0.97% | - |
| XYZ | 72.44 | 68 | 72.93 | - |
| YUV | 218.3 | 125.58 | 149.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 204 | 214 | 0 | 0.18 | 0.14 | 0.03 | 346.36 | 0.76 | 0.89 |
| Hex | F8 | CC | D6 | 0 | 12 | E | 3 | 15A | 4C | 59 |
| Octal | 370 | 314 | 326 | 0 | 22 | 16 | 3 | 532 | 114 | 131 |
| Binary | 11111000 | 11001100 | 11010110 | 0 | 10010 | 1110 | 11 | 101011010 | 1001100 | 1011001 |
Color Harmonies of #F8CCD6
Complementary color
Monochromatic Colors of #F8CCD6
Black with #F8CCD6
Text Example
Text Example
White with #F8CCD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8CCD6; }
p { color: rgb(248,204,214); }
H1.HeaderClassName
{
color: #F8CCD6;
}
.AnyTagClassName
{
color: #F8CCD6;
}
</style>
background-color css
<style>
a { background-color: #F8CCD6; }
a { background-color: rgb(248,204,214); }
div.DivClassName
{
background-color: #F8CCD6;
}
.BgClassName
{
background-color: #F8CCD6;
}
</style>
border-color css
<style>
span { border-color: #F8CCD6; }
span { border-color: rgb(248,204,214); }
td.TdClassName
{
border-color: #F8CCD6;
}
.TagClassName
{
border-color: #F8CCD6;
}
</style>