#F9E2DE

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

Shades of Remy #F9E2DE

Tints of Remy #F9E2DE

Color information

#F9E2DE (or 0xF9E2DE) is unknown color: approx Remy. HEX triplet: F9, E2 and DE. RGB value is (249,226,222). Sum of RGB (Red+Green+Blue) = 249+226+222=697 (92% of max value = 765). Red value is 249 (97.66% from 255 or 35.72% from 697); Green value is 226 (88.67% from 255 or 32.42% from 697); Blue value is 222 (87.11% from 255 or 31.85% from 697); Max value from RGB is 249 - color contains mainly: red. Hex color #F9E2DE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F9E2DE is #061D21. Grayscale: #E8E8E8. Windows color (decimal): -400674 or 14607097. OLE color: 14607097.

HSL color Cylindrical-coordinate representation of color #F9E2DE: hue angle of 8.89º degrees, saturation: 0.69, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #F9E2DE is Cyan = 0, Magento = 0.09, Yellow = 0.11 and Black (K on CMYK) = 0.02.

Color convert

RGB249226222-
CMYK00.090.110.02
HSL8.89º69.23%92.35%-
HSV(B)8.89º10.84%97.65%-
XYZ79.4579.8180.32-
YUV232.42122.12139.83-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 35.72%
GREEN value IS 226 (88.67% from 255) = 32.42%
BLUE value IS 222 (87.11% from 255) = 31.85%
R=35.72%
G=32.42%
B=31.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.11
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal24922622200.090.110.028.8969.2392.35
HexF9E2DE09B29455c
Octal37134233601113211105134
Binary11111001111000101101111001001101110100110001011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F9E2DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F9E2DE; }

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

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

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

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

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

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

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

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