#FAE6D7

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

Shades of Serenade #FAE6D7

Tints of Serenade #FAE6D7

Color information

#FAE6D7 (or 0xFAE6D7) is unknown color: approx Serenade. HEX triplet: FA, E6 and D7. RGB value is (250,230,215). Sum of RGB (Red+Green+Blue) = 250+230+215=695 (92% of max value = 765). Red value is 250 (98.05% from 255 or 35.97% from 695); Green value is 230 (90.23% from 255 or 33.09% from 695); Blue value is 215 (84.38% from 255 or 30.94% from 695); Max value from RGB is 250 - color contains mainly: red. Hex color #FAE6D7 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FAE6D7 is #051928. Grayscale: #EAEAEA. Windows color (decimal): -334121 or 14149370. OLE color: 14149370.

HSL color Cylindrical-coordinate representation of color #FAE6D7: hue angle of 25.71º 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 #FAE6D7 is Cyan = 0, Magento = 0.08, Yellow = 0.14 and Black (K on CMYK) = 0.02.

Color convert

RGB250230215-
CMYK00.080.140.02
HSL25.71º77.78%91.18%-
HSV(B)25.71º14%98.04%-
XYZ79.9981.8275.87-
YUV234.27117.13139.22-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 35.97%
GREEN value IS 230 (90.23% from 255) = 33.09%
BLUE value IS 215 (84.38% from 255) = 30.94%
R=35.97%
G=33.09%
B=30.94%

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
Decimal25023021500.080.140.0225.7177.7891.18
HexFAE6D708E21a4e5b
Octal37234632701016232116133
Binary111110101110011011010111010001110101101010011101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAE6D7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAE6D7; }

 p { color: rgb(250,230,215); }

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

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

 a { background-color: rgb(250,230,215); }

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

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

 span { border-color: rgb(250,230,215); }

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