#F4E0DE

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

Shades of Soft Peach #F4E0DE

Tints of Soft Peach #F4E0DE

Color information

#F4E0DE (or 0xF4E0DE) is unknown color: approx Soft Peach. HEX triplet: F4, E0 and DE. RGB value is (244,224,222). Sum of RGB (Red+Green+Blue) = 244+224+222=690 (91% of max value = 765). Red value is 244 (95.70% from 255 or 35.36% from 690); Green value is 224 (87.89% from 255 or 32.46% from 690); Blue value is 222 (87.11% from 255 or 32.17% from 690); Max value from RGB is 244 - color contains mainly: red. Hex color #F4E0DE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F4E0DE is #0B1F21. Grayscale: #E5E5E5. Windows color (decimal): -728866 or 14606580. OLE color: 14606580.

HSL color Cylindrical-coordinate representation of color #F4E0DE: hue angle of 5.45º degrees, saturation: 0.5, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #F4E0DE is Cyan = 0, Magento = 0.08, Yellow = 0.09 and Black (K on CMYK) = 0.04.

Color convert

RGB244224222-
CMYK00.080.090.04
HSL5.45º50%91.37%-
HSV(B)5.45º9.02%95.69%-
XYZ77.1577.8280.06-
YUV229.75123.63138.16-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 35.36%
GREEN value IS 224 (87.89% from 255) = 32.46%
BLUE value IS 222 (87.11% from 255) = 32.17%
R=35.36%
G=32.46%
B=32.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.09
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24422422200.080.090.045.455091.37
HexF4E0DE08945325b
Octal364340336010114562133
Binary1111010011100000110111100100010011001011100101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F4E0DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F4E0DE; }

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

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

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

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

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

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

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

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