#F4E2DE

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

Shades of Remy #F4E2DE

Tints of Remy #F4E2DE

Color information

#F4E2DE (or 0xF4E2DE) is unknown color: approx Remy. HEX triplet: F4, E2 and DE. RGB value is (244,226,222). Sum of RGB (Red+Green+Blue) = 244+226+222=692 (91% of max value = 765). Red value is 244 (95.70% from 255 or 35.26% from 692); Green value is 226 (88.67% from 255 or 32.66% from 692); Blue value is 222 (87.11% from 255 or 32.08% from 692); Max value from RGB is 244 - color contains mainly: red. Hex color #F4E2DE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F4E2DE is #0B1D21. Grayscale: #E6E6E6. Windows color (decimal): -728354 or 14607092. OLE color: 14607092.

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

Color convert

RGB244226222-
CMYK00.070.090.04
HSL10.91º50%91.37%-
HSV(B)10.91º9.02%95.69%-
XYZ77.6978.980.24-
YUV230.93122.96137.33-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 35.26%
GREEN value IS 226 (88.67% from 255) = 32.66%
BLUE value IS 222 (87.11% from 255) = 32.08%
R=35.26%
G=32.66%
B=32.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.09
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24422622200.070.090.0410.915091.37
HexF4E2DE0794b325b
Octal364342336071141362133
Binary1111010011100010110111100111100110010111100101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F4E2DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F4E2DE; }

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

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

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

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

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

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

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

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