#FAE3D3

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

Shades of Serenade #FAE3D3

Tints of Serenade #FAE3D3

Color information

#FAE3D3 (or 0xFAE3D3) is unknown color: approx Serenade. HEX triplet: FA, E3 and D3. RGB value is (250,227,211). Sum of RGB (Red+Green+Blue) = 250+227+211=688 (91% of max value = 765). Red value is 250 (98.05% from 255 or 36.34% from 688); Green value is 227 (89.06% from 255 or 32.99% from 688); Blue value is 211 (82.81% from 255 or 30.67% from 688); Max value from RGB is 250 - color contains mainly: red. Hex color #FAE3D3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FAE3D3 is #051C2C. Grayscale: #E8E8E8. Windows color (decimal): -334893 or 13886458. OLE color: 13886458.

HSL color Cylindrical-coordinate representation of color #FAE3D3: hue angle of 24.62º degrees, saturation: 0.8, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #FAE3D3 is Cyan = 0, Magento = 0.09, Yellow = 0.16 and Black (K on CMYK) = 0.02.

Color convert

RGB250227211-
CMYK00.090.160.02
HSL24.62º79.59%90.39%-
HSV(B)24.62º15.6%98.04%-
XYZ78.6579.9772.92-
YUV232.05116.12140.8-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 36.34%
GREEN value IS 227 (89.06% from 255) = 32.99%
BLUE value IS 211 (82.81% from 255) = 30.67%
R=36.34%
G=32.99%
B=30.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.16
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25022721100.090.160.0224.6279.5990.39
HexFAE3D30910219505a
Octal37234332301120231120132
Binary1111101011100011110100110100110000101100110100001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAE3D3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAE3D3; }

 p { color: rgb(250,227,211); }

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

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

 a { background-color: rgb(250,227,211); }

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

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

 span { border-color: rgb(250,227,211); }

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