Shades of Fair Pink #F2E5DE
Tints of Fair Pink #F2E5DE
RGB
CMYK
RGB Variations
Color information
#F2E5DE (or 0xF2E5DE) is known color: Fair Pink. HEX triplet: F2, E5 and DE. RGB value is (242,229,222). Sum of RGB (Red+Green+Blue) = 242+229+222=693 (91% of max value = 765). Red value is 242 (94.92% from 255 or 34.92% from 693); Green value is 229 (89.84% from 255 or 33.04% from 693); Blue value is 222 (87.11% from 255 or 32.03% from 693); Max value from RGB is 242 - color contains mainly: red. Hex color #F2E5DE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F2E5DE is #0D1A21. Grayscale: #E8E8E8. Windows color (decimal): -858658 or 14607858. OLE color: 14607858.
HSL color Cylindrical-coordinate representation of color #F2E5DE: hue angle of 21º degrees, saturation: 0.43, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #F2E5DE is Cyan = 0, Magento = 0.05, Yellow = 0.08 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 229 | 222 | - |
| CMYK | 0 | 0.05 | 0.08 | 0.05 |
| HSL | 21º | 0.43% | 0.91% | - |
| HSV(B) | 21º | 0.08% | 0.95% | - |
| XYZ | 77.82 | 80.19 | 80.48 | - |
| YUV | 232.09 | 122.31 | 135.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 229 | 222 | 0 | 0.05 | 0.08 | 0.05 | 21 | 0.43 | 0.91 |
| Hex | F2 | E5 | DE | 0 | 5 | 8 | 5 | 15 | 2B | 5B |
| Octal | 362 | 345 | 336 | 0 | 5 | 10 | 5 | 25 | 53 | 133 |
| Binary | 11110010 | 11100101 | 11011110 | 0 | 101 | 1000 | 101 | 10101 | 101011 | 1011011 |
Color Harmonies of #F2E5DE
Complementary color
Monochromatic Colors of #F2E5DE
Black with #F2E5DE
Text Example
Text Example
White with #F2E5DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2E5DE; }
p { color: rgb(242,229,222); }
H1.HeaderClassName
{
color: #F2E5DE;
}
.AnyTagClassName
{
color: #F2E5DE;
}
</style>
background-color css
<style>
a { background-color: #F2E5DE; }
a { background-color: rgb(242,229,222); }
div.DivClassName
{
background-color: #F2E5DE;
}
.BgClassName
{
background-color: #F2E5DE;
}
</style>
border-color css
<style>
span { border-color: #F2E5DE; }
span { border-color: rgb(242,229,222); }
td.TdClassName
{
border-color: #F2E5DE;
}
.TagClassName
{
border-color: #F2E5DE;
}
</style>