#F6E0DE

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

Shades of Remy #F6E0DE

Tints of Remy #F6E0DE

Color information

#F6E0DE (or 0xF6E0DE) is unknown color: approx Remy. HEX triplet: F6, E0 and DE. RGB value is (246,224,222). Sum of RGB (Red+Green+Blue) = 246+224+222=692 (91% of max value = 765). Red value is 246 (96.48% from 255 or 35.55% from 692); Green value is 224 (87.89% from 255 or 32.37% from 692); Blue value is 222 (87.11% from 255 or 32.08% from 692); Max value from RGB is 246 - color contains mainly: red. Hex color #F6E0DE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F6E0DE is #091F21. Grayscale: #E6E6E6. Windows color (decimal): -597794 or 14606582. OLE color: 14606582.

HSL color Cylindrical-coordinate representation of color #F6E0DE: hue angle of 5º degrees, saturation: 0.57, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #F6E0DE is Cyan = 0, Magento = 0.09, Yellow = 0.10 and Black (K on CMYK) = 0.04.

Color convert

RGB246224222-
CMYK00.090.100.04
HSL57.14%91.76%-
HSV(B)9.76%96.47%-
XYZ77.8578.1880.09-
YUV230.35123.29139.16-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 35.55%
GREEN value IS 224 (87.89% from 255) = 32.37%
BLUE value IS 222 (87.11% from 255) = 32.08%
R=35.55%
G=32.37%
B=32.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.10
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24622422200.090.100.04557.1491.76
HexF6E0DE09A45395c
Octal366340336011124571134
Binary1111011011100000110111100100110101001011110011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F6E0DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F6E0DE; }

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

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

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

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

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

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

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

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