#FAE2DE

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

Shades of Remy #FAE2DE

Tints of Remy #FAE2DE

Color information

#FAE2DE (or 0xFAE2DE) is unknown color: approx Remy. HEX triplet: FA, E2 and DE. RGB value is (250,226,222). Sum of RGB (Red+Green+Blue) = 250+226+222=698 (92% of max value = 765). Red value is 250 (98.05% from 255 or 35.82% from 698); Green value is 226 (88.67% from 255 or 32.38% from 698); Blue value is 222 (87.11% from 255 or 31.81% from 698); Max value from RGB is 250 - color contains mainly: red. Hex color #FAE2DE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FAE2DE is #051D21. Grayscale: #E8E8E8. Windows color (decimal): -335138 or 14607098. OLE color: 14607098.

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

Color convert

RGB250226222-
CMYK00.100.110.02
HSL8.57º73.68%92.55%-
HSV(B)8.57º11.2%98.04%-
XYZ79.8179.9980.34-
YUV232.72121.95140.33-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 35.82%
GREEN value IS 226 (88.67% from 255) = 32.38%
BLUE value IS 222 (87.11% from 255) = 31.81%
R=35.82%
G=32.38%
B=31.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.11
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25022622200.100.110.028.5773.6892.55
HexFAE2DE0AB294a5d
Octal37234233601213211112135
Binary11111010111000101101111001010101110100110010101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAE2DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAE2DE; }

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

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

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

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

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

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

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

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