#F2E1DF

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

Shades of Soft Peach #F2E1DF

Tints of Soft Peach #F2E1DF

Color information

#F2E1DF (or 0xF2E1DF) is unknown color: approx Soft Peach. HEX triplet: F2, E1 and DF. RGB value is (242,225,223). Sum of RGB (Red+Green+Blue) = 242+225+223=690 (91% of max value = 765). Red value is 242 (94.92% from 255 or 35.07% from 690); Green value is 225 (88.28% from 255 or 32.61% from 690); Blue value is 223 (87.5% from 255 or 32.32% from 690); Max value from RGB is 242 - color contains mainly: red. Hex color #F2E1DF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F2E1DF is #0D1E20. Grayscale: #E5E5E5. Windows color (decimal): -859681 or 14672370. OLE color: 14672370.

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

Color convert

RGB242225223-
CMYK00.070.080.05
HSL6.32º42.22%91.18%-
HSV(B)6.32º7.85%94.9%-
XYZ76.8678.0680.83-
YUV229.86124.13136.66-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 35.07%
GREEN value IS 225 (88.28% from 255) = 32.61%
BLUE value IS 223 (87.5% from 255) = 32.32%
R=35.07%
G=32.61%
B=32.32%

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
Decimal24222522300.070.080.056.3242.2291.18
HexF2E1DF078562a5b
Octal36234133707105652133
Binary111100101110000111011111011110001011101010101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2E1DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2E1DF; }

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

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

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

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

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

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

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

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