#FAEFA8

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

Shades of Shalimar #FAEFA8

Tints of Shalimar #FAEFA8

Color information

#FAEFA8 (or 0xFAEFA8) is unknown color: approx Shalimar. HEX triplet: FA, EF and A8. RGB value is (250,239,168). Sum of RGB (Red+Green+Blue) = 250+239+168=657 (87% of max value = 765). Red value is 250 (98.05% from 255 or 38.05% from 657); Green value is 239 (93.75% from 255 or 36.38% from 657); Blue value is 168 (66.02% from 255 or 25.57% from 657); Max value from RGB is 250 - color contains mainly: red. Hex color #FAEFA8 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FAEFA8 is #051057. Grayscale: #EAEAEA. Windows color (decimal): -331864 or 11071482. OLE color: 11071482.

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

Color convert

RGB250239168-
CMYK00.040.330.02
HSL51.95º89.13%81.96%-
HSV(B)51.95º32.8%98.04%-
XYZ77.3684.8849.35-
YUV234.290.64139.27-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 38.05%
GREEN value IS 239 (93.75% from 255) = 36.38%
BLUE value IS 168 (66.02% from 255) = 25.57%
R=38.05%
G=36.38%
B=25.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.33
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25023916800.040.330.0251.9589.1381.96
HexFAEFA804212345952
Octal3723572500441264131122
Binary11111010111011111010100001001000011011010010110011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAEFA8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAEFA8; }

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

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

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

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

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

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

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

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