Shades of Pink Lace #F8CCD8
Tints of Pink Lace #F8CCD8
RGB
CMYK
RGB Variations
Color information
#F8CCD8 (or 0xF8CCD8) is known color: Pink Lace. HEX triplet: F8, CC and D8. RGB value is (248,204,216). Sum of RGB (Red+Green+Blue) = 248+204+216=668 (88% of max value = 765). Red value is 248 (97.27% from 255 or 37.13% from 668); Green value is 204 (80.08% from 255 or 30.54% from 668); Blue value is 216 (84.77% from 255 or 32.34% from 668); Max value from RGB is 248 - color contains mainly: red. Hex color #F8CCD8 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F8CCD8 is #073327. Grayscale: #DADADA. Windows color (decimal): -471848 or 14208248. OLE color: 14208248.
HSL color Cylindrical-coordinate representation of color #F8CCD8: hue angle of 343.64º 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 #F8CCD8 is Cyan = 0, Magento = 0.18, Yellow = 0.13 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 204 | 216 | - |
| CMYK | 0 | 0.18 | 0.13 | 0.03 |
| HSL | 343.64º | 0.76% | 0.89% | - |
| HSV(B) | 343.64º | 0.18% | 0.97% | - |
| XYZ | 72.7 | 68.1 | 74.28 | - |
| YUV | 218.52 | 126.58 | 149.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 204 | 216 | 0 | 0.18 | 0.13 | 0.03 | 343.64 | 0.76 | 0.89 |
| Hex | F8 | CC | D8 | 0 | 12 | D | 3 | 158 | 4C | 59 |
| Octal | 370 | 314 | 330 | 0 | 22 | 15 | 3 | 530 | 114 | 131 |
| Binary | 11111000 | 11001100 | 11011000 | 0 | 10010 | 1101 | 11 | 101011000 | 1001100 | 1011001 |
Color Harmonies of #F8CCD8
Complementary color
Monochromatic Colors of #F8CCD8
Black with #F8CCD8
Text Example
Text Example
White with #F8CCD8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8CCD8; }
p { color: rgb(248,204,216); }
H1.HeaderClassName
{
color: #F8CCD8;
}
.AnyTagClassName
{
color: #F8CCD8;
}
</style>
background-color css
<style>
a { background-color: #F8CCD8; }
a { background-color: rgb(248,204,216); }
div.DivClassName
{
background-color: #F8CCD8;
}
.BgClassName
{
background-color: #F8CCD8;
}
</style>
border-color css
<style>
span { border-color: #F8CCD8; }
span { border-color: rgb(248,204,216); }
td.TdClassName
{
border-color: #F8CCD8;
}
.TagClassName
{
border-color: #F8CCD8;
}
</style>