#FAE1DC

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

Shades of Remy #FAE1DC

Tints of Remy #FAE1DC

Color information

#FAE1DC (or 0xFAE1DC) is unknown color: approx Remy. HEX triplet: FA, E1 and DC. RGB value is (250,225,220). Sum of RGB (Red+Green+Blue) = 250+225+220=695 (92% of max value = 765). Red value is 250 (98.05% from 255 or 35.97% from 695); Green value is 225 (88.28% from 255 or 32.37% from 695); Blue value is 220 (86.33% from 255 or 31.65% from 695); Max value from RGB is 250 - color contains mainly: red. Hex color #FAE1DC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FAE1DC is #051E23. Grayscale: #E7E7E7. Windows color (decimal): -335396 or 14475770. OLE color: 14475770.

HSL color Cylindrical-coordinate representation of color #FAE1DC: hue angle of 10º degrees, saturation: 0.75, 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 #FAE1DC is Cyan = 0, Magento = 0.10, Yellow = 0.12 and Black (K on CMYK) = 0.02.

Color convert

RGB250225220-
CMYK00.100.120.02
HSL10º75%92.16%-
HSV(B)10º12%98.04%-
XYZ79.2779.3478.85-
YUV231.9121.28140.91-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 35.97%
GREEN value IS 225 (88.28% from 255) = 32.37%
BLUE value IS 220 (86.33% from 255) = 31.65%
R=35.97%
G=32.37%
B=31.65%

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
Decimal25022522000.100.120.02107592.16
HexFAE1DC0AC2a4b5c
Octal37234133401214212113134
Binary11111010111000011101110001010110010101010010111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAE1DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAE1DC; }

 p { color: rgb(250,225,220); }

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

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

 a { background-color: rgb(250,225,220); }

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

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

 span { border-color: rgb(250,225,220); }

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