#F2E0DE

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

Shades of Soft Peach #F2E0DE

Tints of Soft Peach #F2E0DE

Color information

#F2E0DE (or 0xF2E0DE) is unknown color: approx Soft Peach. HEX triplet: F2, E0 and DE. RGB value is (242,224,222). Sum of RGB (Red+Green+Blue) = 242+224+222=688 (91% of max value = 765). Red value is 242 (94.92% from 255 or 35.17% from 688); Green value is 224 (87.89% from 255 or 32.56% from 688); Blue value is 222 (87.11% from 255 or 32.27% from 688); Max value from RGB is 242 - color contains mainly: red. Hex color #F2E0DE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F2E0DE is #0D1F21. Grayscale: #E5E5E5. Windows color (decimal): -859938 or 14606578. OLE color: 14606578.

HSL color Cylindrical-coordinate representation of color #F2E0DE: hue angle of 6º 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 #F2E0DE is Cyan = 0, Magento = 0.07, Yellow = 0.08 and Black (K on CMYK) = 0.05.

Color convert

RGB242224222-
CMYK00.070.080.05
HSL43.48%90.98%-
HSV(B)8.26%94.9%-
XYZ76.4677.4680.03-
YUV229.15123.96137.16-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 35.17%
GREEN value IS 224 (87.89% from 255) = 32.56%
BLUE value IS 222 (87.11% from 255) = 32.27%
R=35.17%
G=32.56%
B=32.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.08
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24222422200.070.080.05643.4890.98
HexF2E0DE078562b5b
Octal36234033607105653133
Binary111100101110000011011110011110001011101010111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2E0DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2E0DE; }

 p { color: rgb(242,224,222); }

 H1.HeaderClassName
 {
   color: #F2E0DE;
 }
 .AnyTagClassName
 {
   color: #F2E0DE;
 }
</style>
background-color css

<style>
 a { background-color: #F2E0DE; }

 a { background-color: rgb(242,224,222); }

 div.DivClassName
 {
   background-color: #F2E0DE;
 }
 .BgClassName
 {
   background-color: #F2E0DE;
 }
</style>
border-color css

<style>
 span { border-color: #F2E0DE; }

 span { border-color: rgb(242,224,222); }

 td.TdClassName
 {
   border-color: #F2E0DE;
 }
 .TagClassName
 {
   border-color: #F2E0DE;
 }
</style>