#FAE7D6

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

Shades of Serenade #FAE7D6

Tints of Serenade #FAE7D6

Color information

#FAE7D6 (or 0xFAE7D6) is unknown color: approx Serenade. HEX triplet: FA, E7 and D6. RGB value is (250,231,214). Sum of RGB (Red+Green+Blue) = 250+231+214=695 (92% of max value = 765). Red value is 250 (98.05% from 255 or 35.97% from 695); Green value is 231 (90.62% from 255 or 33.24% from 695); Blue value is 214 (83.98% from 255 or 30.79% from 695); Max value from RGB is 250 - color contains mainly: red. Hex color #FAE7D6 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FAE7D6 is #051829. Grayscale: #EAEAEA. Windows color (decimal): -333866 or 14084090. OLE color: 14084090.

HSL color Cylindrical-coordinate representation of color #FAE7D6: hue angle of 28.33º degrees, saturation: 0.78, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #FAE7D6 is Cyan = 0, Magento = 0.08, Yellow = 0.14 and Black (K on CMYK) = 0.02.

Color convert

RGB250231214-
CMYK00.080.140.02
HSL28.33º78.26%90.98%-
HSV(B)28.33º14.4%98.04%-
XYZ80.1482.3375.29-
YUV234.74116.29138.88-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 35.97%
GREEN value IS 231 (90.62% from 255) = 33.24%
BLUE value IS 214 (83.98% from 255) = 30.79%
R=35.97%
G=33.24%
B=30.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.14
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25023121400.080.140.0228.3378.2690.98
HexFAE7D608E21c4e5b
Octal37234732601016234116133
Binary111110101110011111010110010001110101110010011101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAE7D6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAE7D6; }

 p { color: rgb(250,231,214); }

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

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

 a { background-color: rgb(250,231,214); }

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

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

 span { border-color: rgb(250,231,214); }

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