#FAEFAE

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

Shades of Shalimar #FAEFAE

Tints of Shalimar #FAEFAE

Color information

#FAEFAE (or 0xFAEFAE) is unknown color: approx Shalimar. HEX triplet: FA, EF and AE. RGB value is (250,239,174). Sum of RGB (Red+Green+Blue) = 250+239+174=663 (87% of max value = 765). Red value is 250 (98.05% from 255 or 37.71% from 663); Green value is 239 (93.75% from 255 or 36.05% from 663); Blue value is 174 (68.36% from 255 or 26.24% from 663); Max value from RGB is 250 - color contains mainly: red. Hex color #FAEFAE is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FAEFAE is #051051. Grayscale: #EBEBEB. Windows color (decimal): -331858 or 11464698. OLE color: 11464698.

HSL color Cylindrical-coordinate representation of color #FAEFAE: hue angle of 51.32º degrees, saturation: 0.88, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #FAEFAE is Cyan = 0, Magento = 0.04, Yellow = 0.30 and Black (K on CMYK) = 0.02.

Color convert

RGB250239174-
CMYK00.040.300.02
HSL51.32º88.37%83.14%-
HSV(B)51.32º30.4%98.04%-
XYZ77.9385.1152.37-
YUV234.8893.64138.79-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 37.71%
GREEN value IS 239 (93.75% from 255) = 36.05%
BLUE value IS 174 (68.36% from 255) = 26.24%
R=37.71%
G=36.05%
B=26.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.30
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25023917400.040.300.0251.3288.3783.14
HexFAEFAE041E2335853
Octal3723572560436263130123
Binary1111101011101111101011100100111101011001110110001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAEFAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAEFAE; }

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

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

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

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

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

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

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

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