#FAEFAC

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

Shades of Shalimar #FAEFAC

Tints of Shalimar #FAEFAC

Color information

#FAEFAC (or 0xFAEFAC) is unknown color: approx Shalimar. HEX triplet: FA, EF and AC. RGB value is (250,239,172). Sum of RGB (Red+Green+Blue) = 250+239+172=661 (87% of max value = 765). Red value is 250 (98.05% from 255 or 37.82% from 661); Green value is 239 (93.75% from 255 or 36.16% from 661); Blue value is 172 (67.58% from 255 or 26.02% from 661); Max value from RGB is 250 - color contains mainly: red. Hex color #FAEFAC is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FAEFAC is #051053. Grayscale: #EAEAEA. Windows color (decimal): -331860 or 11333626. OLE color: 11333626.

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

Color convert

RGB250239172-
CMYK00.040.310.02
HSL51.54º88.64%82.75%-
HSV(B)51.54º31.2%98.04%-
XYZ77.7485.0451.35-
YUV234.6592.64138.95-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 37.82%
GREEN value IS 239 (93.75% from 255) = 36.16%
BLUE value IS 172 (67.58% from 255) = 26.02%
R=37.82%
G=36.16%
B=26.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.31
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25023917200.040.310.0251.5488.6482.75
HexFAEFAC041F2345953
Octal3723572540437264131123
Binary1111101011101111101011000100111111011010010110011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAEFAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAEFAC; }

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

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

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

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

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

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

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

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