#FAEFAA

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

Shades of Shalimar #FAEFAA

Tints of Shalimar #FAEFAA

Color information

#FAEFAA (or 0xFAEFAA) is unknown color: approx Shalimar. HEX triplet: FA, EF and AA. RGB value is (250,239,170). Sum of RGB (Red+Green+Blue) = 250+239+170=659 (87% of max value = 765). Red value is 250 (98.05% from 255 or 37.94% from 659); Green value is 239 (93.75% from 255 or 36.27% from 659); Blue value is 170 (66.80% from 255 or 25.80% from 659); Max value from RGB is 250 - color contains mainly: red. Hex color #FAEFAA is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FAEFAA is #051055. Grayscale: #EAEAEA. Windows color (decimal): -331862 or 11202554. OLE color: 11202554.

HSL color Cylindrical-coordinate representation of color #FAEFAA: hue angle of 51.75º degrees, saturation: 0.89, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #FAEFAA is Cyan = 0, Magento = 0.04, Yellow = 0.32 and Black (K on CMYK) = 0.02.

Color convert

RGB250239170-
CMYK00.040.320.02
HSL51.75º88.89%82.35%-
HSV(B)51.75º32%98.04%-
XYZ77.5584.9650.34-
YUV234.4291.64139.11-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 37.94%
GREEN value IS 239 (93.75% from 255) = 36.27%
BLUE value IS 170 (66.80% from 255) = 25.80%
R=37.94%
G=36.27%
B=25.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.32
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25023917000.040.320.0251.7588.8982.35
HexFAEFAA04202345952
Octal3723572520440264131122
Binary11111010111011111010101001001000001011010010110011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAEFAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAEFAA; }

 p { color: rgb(250,239,170); }

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

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

 a { background-color: rgb(250,239,170); }

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

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

 span { border-color: rgb(250,239,170); }

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