#F2E0DF

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

Shades of Soft Peach #F2E0DF

Tints of Soft Peach #F2E0DF

Color information

#F2E0DF (or 0xF2E0DF) is unknown color: approx Soft Peach. HEX triplet: F2, E0 and DF. RGB value is (242,224,223). Sum of RGB (Red+Green+Blue) = 242+224+223=689 (91% of max value = 765). Red value is 242 (94.92% from 255 or 35.12% from 689); Green value is 224 (87.89% from 255 or 32.51% from 689); Blue value is 223 (87.5% from 255 or 32.37% from 689); Max value from RGB is 242 - color contains mainly: red. Hex color #F2E0DF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F2E0DF is #0D1F20. Grayscale: #E5E5E5. Windows color (decimal): -859937 or 14672114. OLE color: 14672114.

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

Color convert

RGB242224223-
CMYK00.070.080.05
HSL3.16º42.22%91.18%-
HSV(B)3.16º7.85%94.9%-
XYZ76.5977.5280.74-
YUV229.27124.46137.08-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 35.12%
GREEN value IS 224 (87.89% from 255) = 32.51%
BLUE value IS 223 (87.5% from 255) = 32.37%
R=35.12%
G=32.51%
B=32.37%

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
Decimal24222422300.070.080.053.1642.2291.18
HexF2E0DF078532a5b
Octal36234033707105352133
Binary11110010111000001101111101111000101111010101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2E0DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2E0DF; }

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

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

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

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

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

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

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

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