Shades of Pink Lace #F8CCD2
Tints of Pink Lace #F8CCD2
RGB
CMYK
RGB Variations
Color information
#F8CCD2 (or 0xF8CCD2) is known color: Pink Lace. HEX triplet: F8, CC and D2. RGB value is (248,204,210). Sum of RGB (Red+Green+Blue) = 248+204+210=662 (87% of max value = 765). Red value is 248 (97.27% from 255 or 37.46% from 662); Green value is 204 (80.08% from 255 or 30.82% from 662); Blue value is 210 (82.42% from 255 or 31.72% from 662); Max value from RGB is 248 - color contains mainly: red. Hex color #F8CCD2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F8CCD2 is #07332D. Grayscale: #D9D9D9. Windows color (decimal): -471854 or 13815032. OLE color: 13815032.
HSL color Cylindrical-coordinate representation of color #F8CCD2: hue angle of 351.82º 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 #F8CCD2 is Cyan = 0, Magento = 0.18, Yellow = 0.15 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 204 | 210 | - |
| CMYK | 0 | 0.18 | 0.15 | 0.03 |
| HSL | 351.82º | 0.76% | 0.89% | - |
| HSV(B) | 351.82º | 0.18% | 0.97% | - |
| XYZ | 71.94 | 67.8 | 70.27 | - |
| YUV | 217.84 | 123.58 | 149.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 204 | 210 | 0 | 0.18 | 0.15 | 0.03 | 351.82 | 0.76 | 0.89 |
| Hex | F8 | CC | D2 | 0 | 12 | F | 3 | 160 | 4C | 59 |
| Octal | 370 | 314 | 322 | 0 | 22 | 17 | 3 | 540 | 114 | 131 |
| Binary | 11111000 | 11001100 | 11010010 | 0 | 10010 | 1111 | 11 | 101100000 | 1001100 | 1011001 |
Color Harmonies of #F8CCD2
Complementary color
Monochromatic Colors of #F8CCD2
Black with #F8CCD2
Text Example
Text Example
White with #F8CCD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8CCD2; }
p { color: rgb(248,204,210); }
H1.HeaderClassName
{
color: #F8CCD2;
}
.AnyTagClassName
{
color: #F8CCD2;
}
</style>
background-color css
<style>
a { background-color: #F8CCD2; }
a { background-color: rgb(248,204,210); }
div.DivClassName
{
background-color: #F8CCD2;
}
.BgClassName
{
background-color: #F8CCD2;
}
</style>
border-color css
<style>
span { border-color: #F8CCD2; }
span { border-color: rgb(248,204,210); }
td.TdClassName
{
border-color: #F8CCD2;
}
.TagClassName
{
border-color: #F8CCD2;
}
</style>