Shades of Soapstone #F0E4D6
Tints of Soapstone #F0E4D6
RGB
CMYK
RGB Variations
Color information
#F0E4D6 (or 0xF0E4D6) is known color: Soapstone. HEX triplet: F0, E4 and D6. RGB value is (240,228,214). Sum of RGB (Red+Green+Blue) = 240+228+214=682 (90% of max value = 765). Red value is 240 (94.14% from 255 or 35.19% from 682); Green value is 228 (89.45% from 255 or 33.43% from 682); Blue value is 214 (83.98% from 255 or 31.38% from 682); Max value from RGB is 240 - color contains mainly: red. Hex color #F0E4D6 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F0E4D6 is #0F1B29. Grayscale: #E6E6E6. Windows color (decimal): -989994 or 14083312. OLE color: 14083312.
HSL color Cylindrical-coordinate representation of color #F0E4D6: hue angle of 32.31º degrees, saturation: 0.46, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #F0E4D6 is Cyan = 0, Magento = 0.05, Yellow = 0.11 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 228 | 214 | - |
| CMYK | 0 | 0.05 | 0.11 | 0.06 |
| HSL | 32.31º | 0.46% | 0.89% | - |
| HSV(B) | 32.31º | 0.11% | 0.94% | - |
| XYZ | 75.82 | 78.87 | 74.85 | - |
| YUV | 229.99 | 118.98 | 135.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 228 | 214 | 0 | 0.05 | 0.11 | 0.06 | 32.31 | 0.46 | 0.89 |
| Hex | F0 | E4 | D6 | 0 | 5 | B | 6 | 20 | 2E | 59 |
| Octal | 360 | 344 | 326 | 0 | 5 | 13 | 6 | 40 | 56 | 131 |
| Binary | 11110000 | 11100100 | 11010110 | 0 | 101 | 1011 | 110 | 100000 | 101110 | 1011001 |
Color Harmonies of #F0E4D6
Complementary color
Monochromatic Colors of #F0E4D6
Black with #F0E4D6
Text Example
Text Example
White with #F0E4D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0E4D6; }
p { color: rgb(240,228,214); }
H1.HeaderClassName
{
color: #F0E4D6;
}
.AnyTagClassName
{
color: #F0E4D6;
}
</style>
background-color css
<style>
a { background-color: #F0E4D6; }
a { background-color: rgb(240,228,214); }
div.DivClassName
{
background-color: #F0E4D6;
}
.BgClassName
{
background-color: #F0E4D6;
}
</style>
border-color css
<style>
span { border-color: #F0E4D6; }
span { border-color: rgb(240,228,214); }
td.TdClassName
{
border-color: #F0E4D6;
}
.TagClassName
{
border-color: #F0E4D6;
}
</style>