Shades of Pink Lace #F2D5DE
Tints of Pink Lace #F2D5DE
RGB
CMYK
RGB Variations
Color information
#F2D5DE (or 0xF2D5DE) is known color: Pink Lace. HEX triplet: F2, D5 and DE. RGB value is (242,213,222). Sum of RGB (Red+Green+Blue) = 242+213+222=677 (89% of max value = 765). Red value is 242 (94.92% from 255 or 35.75% from 677); Green value is 213 (83.59% from 255 or 31.46% from 677); Blue value is 222 (87.11% from 255 or 32.79% from 677); Max value from RGB is 242 - color contains mainly: red. Hex color #F2D5DE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F2D5DE is #0D2A21. Grayscale: #DEDEDE. Windows color (decimal): -862754 or 14603762. OLE color: 14603762.
HSL color Cylindrical-coordinate representation of color #F2D5DE: hue angle of 341.38º degrees, saturation: 0.53, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #F2D5DE is Cyan = 0, Magento = 0.12, Yellow = 0.08 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 213 | 222 | - |
| CMYK | 0 | 0.12 | 0.08 | 0.05 |
| HSL | 341.38º | 0.53% | 0.89% | - |
| HSV(B) | 341.38º | 0.12% | 0.95% | - |
| XYZ | 73.6 | 71.74 | 79.08 | - |
| YUV | 222.7 | 127.61 | 141.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 213 | 222 | 0 | 0.12 | 0.08 | 0.05 | 341.38 | 0.53 | 0.89 |
| Hex | F2 | D5 | DE | 0 | C | 8 | 5 | 155 | 35 | 59 |
| Octal | 362 | 325 | 336 | 0 | 14 | 10 | 5 | 525 | 65 | 131 |
| Binary | 11110010 | 11010101 | 11011110 | 0 | 1100 | 1000 | 101 | 101010101 | 110101 | 1011001 |
Color Harmonies of #F2D5DE
Complementary color
Monochromatic Colors of #F2D5DE
Black with #F2D5DE
Text Example
Text Example
White with #F2D5DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2D5DE; }
p { color: rgb(242,213,222); }
H1.HeaderClassName
{
color: #F2D5DE;
}
.AnyTagClassName
{
color: #F2D5DE;
}
</style>
background-color css
<style>
a { background-color: #F2D5DE; }
a { background-color: rgb(242,213,222); }
div.DivClassName
{
background-color: #F2D5DE;
}
.BgClassName
{
background-color: #F2D5DE;
}
</style>
border-color css
<style>
span { border-color: #F2D5DE; }
span { border-color: rgb(242,213,222); }
td.TdClassName
{
border-color: #F2D5DE;
}
.TagClassName
{
border-color: #F2D5DE;
}
</style>