#FAE2DD

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

Shades of Remy #FAE2DD

Tints of Remy #FAE2DD

Color information

#FAE2DD (or 0xFAE2DD) is unknown color: approx Remy. HEX triplet: FA, E2 and DD. RGB value is (250,226,221). Sum of RGB (Red+Green+Blue) = 250+226+221=697 (92% of max value = 765). Red value is 250 (98.05% from 255 or 35.87% from 697); Green value is 226 (88.67% from 255 or 32.42% from 697); Blue value is 221 (86.72% from 255 or 31.71% from 697); Max value from RGB is 250 - color contains mainly: red. Hex color #FAE2DD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FAE2DD is #051D22. Grayscale: #E8E8E8. Windows color (decimal): -335139 or 14541562. OLE color: 14541562.

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

Color convert

RGB250226221-
CMYK00.100.120.02
HSL10.34º74.36%92.35%-
HSV(B)10.34º11.6%98.04%-
XYZ79.6779.9479.64-
YUV232.61121.45140.41-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 35.87%
GREEN value IS 226 (88.67% from 255) = 32.42%
BLUE value IS 221 (86.72% from 255) = 31.71%
R=35.87%
G=32.42%
B=31.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.12
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25022622100.100.120.0210.3474.3692.35
HexFAE2DD0AC2a4a5c
Octal37234233501214212112134
Binary11111010111000101101110101010110010101010010101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAE2DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAE2DD; }

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

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

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

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

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

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

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

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