Shades of Soapstone #F2E4D4
Tints of Soapstone #F2E4D4
RGB
CMYK
RGB Variations
Color information
#F2E4D4 (or 0xF2E4D4) is known color: Soapstone. HEX triplet: F2, E4 and D4. RGB value is (242,228,212). Sum of RGB (Red+Green+Blue) = 242+228+212=682 (90% of max value = 765). Red value is 242 (94.92% from 255 or 35.48% from 682); Green value is 228 (89.45% from 255 or 33.43% from 682); Blue value is 212 (83.20% from 255 or 31.09% from 682); Max value from RGB is 242 - color contains mainly: red. Hex color #F2E4D4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F2E4D4 is #0D1B2B. Grayscale: #E6E6E6. Windows color (decimal): -858924 or 13952242. OLE color: 13952242.
HSL color Cylindrical-coordinate representation of color #F2E4D4: hue angle of 32º degrees, saturation: 0.54, 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 #F2E4D4 is Cyan = 0, Magento = 0.06, Yellow = 0.12 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 228 | 212 | - |
| CMYK | 0 | 0.06 | 0.12 | 0.05 |
| HSL | 32º | 0.54% | 0.89% | - |
| HSV(B) | 32º | 0.12% | 0.95% | - |
| XYZ | 76.25 | 79.12 | 73.54 | - |
| YUV | 230.36 | 117.64 | 136.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 228 | 212 | 0 | 0.06 | 0.12 | 0.05 | 32 | 0.54 | 0.89 |
| Hex | F2 | E4 | D4 | 0 | 6 | C | 5 | 20 | 36 | 59 |
| Octal | 362 | 344 | 324 | 0 | 6 | 14 | 5 | 40 | 66 | 131 |
| Binary | 11110010 | 11100100 | 11010100 | 0 | 110 | 1100 | 101 | 100000 | 110110 | 1011001 |
Color Harmonies of #F2E4D4
Complementary color
Monochromatic Colors of #F2E4D4
Black with #F2E4D4
Text Example
Text Example
White with #F2E4D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2E4D4; }
p { color: rgb(242,228,212); }
H1.HeaderClassName
{
color: #F2E4D4;
}
.AnyTagClassName
{
color: #F2E4D4;
}
</style>
background-color css
<style>
a { background-color: #F2E4D4; }
a { background-color: rgb(242,228,212); }
div.DivClassName
{
background-color: #F2E4D4;
}
.BgClassName
{
background-color: #F2E4D4;
}
</style>
border-color css
<style>
span { border-color: #F2E4D4; }
span { border-color: rgb(242,228,212); }
td.TdClassName
{
border-color: #F2E4D4;
}
.TagClassName
{
border-color: #F2E4D4;
}
</style>