#F2E4D4

Color #F2E4D4 Soapstone (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Soapstone #F2E4D4

Tints of Soapstone #F2E4D4

Color information

#F2E4D4 (or 0xF2E4D4) is unknown color: approx 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

RGB242228212-
CMYK00.060.120.05
HSL32º53.57%89.02%-
HSV(B)32º12.4%94.9%-
XYZ76.2579.1273.54-
YUV230.36117.64136.3-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 242 (94.92% from 255) = 35.48%
GREEN value IS 228 (89.45% from 255) = 33.43%
BLUE value IS 212 (83.20% from 255) = 31.09%
R=35.48%
G=33.43%
B=31.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.12
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24222821200.060.120.053253.5789.02
HexF2E4D406C5203659
Octal362344324061454066131
Binary111100101110010011010100011011001011000001101101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2E4D4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>