#FAEFAB

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

Shades of Shalimar #FAEFAB

Tints of Shalimar #FAEFAB

Color information

#FAEFAB (or 0xFAEFAB) is unknown color: approx Shalimar. HEX triplet: FA, EF and AB. RGB value is (250,239,171). Sum of RGB (Red+Green+Blue) = 250+239+171=660 (87% of max value = 765). Red value is 250 (98.05% from 255 or 37.88% from 660); Green value is 239 (93.75% from 255 or 36.21% from 660); Blue value is 171 (67.19% from 255 or 25.91% from 660); Max value from RGB is 250 - color contains mainly: red. Hex color #FAEFAB is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FAEFAB is #051054. Grayscale: #EAEAEA. Windows color (decimal): -331861 or 11268090. OLE color: 11268090.

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

Color convert

RGB250239171-
CMYK00.040.320.02
HSL51.65º88.76%82.55%-
HSV(B)51.65º31.6%98.04%-
XYZ77.648550.84-
YUV234.5492.14139.03-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 37.88%
GREEN value IS 239 (93.75% from 255) = 36.21%
BLUE value IS 171 (67.19% from 255) = 25.91%
R=37.88%
G=36.21%
B=25.91%

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
Decimal25023917100.040.320.0251.6588.7682.55
HexFAEFAB04202345953
Octal3723572530440264131123
Binary11111010111011111010101101001000001011010010110011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAEFAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAEFAB; }

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

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

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

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

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

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

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

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