Shades of Pink Lace #F2C8D5
Tints of Pink Lace #F2C8D5
RGB
CMYK
RGB Variations
Color information
#F2C8D5 (or 0xF2C8D5) is known color: Pink Lace. HEX triplet: F2, C8 and D5. RGB value is (242,200,213). Sum of RGB (Red+Green+Blue) = 242+200+213=655 (86% of max value = 765). Red value is 242 (94.92% from 255 or 36.95% from 655); Green value is 200 (78.52% from 255 or 30.53% from 655); Blue value is 213 (83.59% from 255 or 32.52% from 655); Max value from RGB is 242 - color contains mainly: red. Hex color #F2C8D5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F2C8D5 is #0D372A. Grayscale: #D6D6D6. Windows color (decimal): -866091 or 14010610. OLE color: 14010610.
HSL color Cylindrical-coordinate representation of color #F2C8D5: hue angle of 341.43º degrees, saturation: 0.62, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #F2C8D5 is Cyan = 0, Magento = 0.17, Yellow = 0.12 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 200 | 213 | - |
| CMYK | 0 | 0.17 | 0.12 | 0.05 |
| HSL | 341.43º | 0.62% | 0.87% | - |
| HSV(B) | 341.43º | 0.17% | 0.95% | - |
| XYZ | 69.28 | 64.99 | 71.84 | - |
| YUV | 214.04 | 127.41 | 147.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 200 | 213 | 0 | 0.17 | 0.12 | 0.05 | 341.43 | 0.62 | 0.87 |
| Hex | F2 | C8 | D5 | 0 | 11 | C | 5 | 155 | 3E | 57 |
| Octal | 362 | 310 | 325 | 0 | 21 | 14 | 5 | 525 | 76 | 127 |
| Binary | 11110010 | 11001000 | 11010101 | 0 | 10001 | 1100 | 101 | 101010101 | 111110 | 1010111 |
Color Harmonies of #F2C8D5
Complementary color
Monochromatic Colors of #F2C8D5
Black with #F2C8D5
Text Example
Text Example
White with #F2C8D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2C8D5; }
p { color: rgb(242,200,213); }
H1.HeaderClassName
{
color: #F2C8D5;
}
.AnyTagClassName
{
color: #F2C8D5;
}
</style>
background-color css
<style>
a { background-color: #F2C8D5; }
a { background-color: rgb(242,200,213); }
div.DivClassName
{
background-color: #F2C8D5;
}
.BgClassName
{
background-color: #F2C8D5;
}
</style>
border-color css
<style>
span { border-color: #F2C8D5; }
span { border-color: rgb(242,200,213); }
td.TdClassName
{
border-color: #F2C8D5;
}
.TagClassName
{
border-color: #F2C8D5;
}
</style>