Shades of Pink Lace #F8C6D7
Tints of Pink Lace #F8C6D7
RGB
CMYK
RGB Variations
Color information
#F8C6D7 (or 0xF8C6D7) is known color: Pink Lace. HEX triplet: F8, C6 and D7. RGB value is (248,198,215). Sum of RGB (Red+Green+Blue) = 248+198+215=661 (87% of max value = 765). Red value is 248 (97.27% from 255 or 37.52% from 661); Green value is 198 (77.73% from 255 or 29.95% from 661); Blue value is 215 (84.38% from 255 or 32.53% from 661); Max value from RGB is 248 - color contains mainly: red. Hex color #F8C6D7 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F8C6D7 is #073928. Grayscale: #D6D6D6. Windows color (decimal): -473385 or 14141176. OLE color: 14141176.
HSL color Cylindrical-coordinate representation of color #F8C6D7: hue angle of 339.6º degrees, saturation: 0.78, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #F8C6D7 is Cyan = 0, Magento = 0.20, Yellow = 0.13 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 198 | 215 | - |
| CMYK | 0 | 0.20 | 0.13 | 0.03 |
| HSL | 339.6º | 0.78% | 0.87% | - |
| HSV(B) | 339.6º | 0.2% | 0.97% | - |
| XYZ | 71.17 | 65.25 | 73.13 | - |
| YUV | 214.89 | 128.07 | 151.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 198 | 215 | 0 | 0.20 | 0.13 | 0.03 | 339.6 | 0.78 | 0.87 |
| Hex | F8 | C6 | D7 | 0 | 14 | D | 3 | 154 | 4E | 57 |
| Octal | 370 | 306 | 327 | 0 | 24 | 15 | 3 | 524 | 116 | 127 |
| Binary | 11111000 | 11000110 | 11010111 | 0 | 10100 | 1101 | 11 | 101010100 | 1001110 | 1010111 |
Color Harmonies of #F8C6D7
Complementary color
Monochromatic Colors of #F8C6D7
Black with #F8C6D7
Text Example
Text Example
White with #F8C6D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8C6D7; }
p { color: rgb(248,198,215); }
H1.HeaderClassName
{
color: #F8C6D7;
}
.AnyTagClassName
{
color: #F8C6D7;
}
</style>
background-color css
<style>
a { background-color: #F8C6D7; }
a { background-color: rgb(248,198,215); }
div.DivClassName
{
background-color: #F8C6D7;
}
.BgClassName
{
background-color: #F8C6D7;
}
</style>
border-color css
<style>
span { border-color: #F8C6D7; }
span { border-color: rgb(248,198,215); }
td.TdClassName
{
border-color: #F8C6D7;
}
.TagClassName
{
border-color: #F8C6D7;
}
</style>