#FAF2AB

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

Shades of Shalimar #FAF2AB

Tints of Shalimar #FAF2AB

Color information

#FAF2AB (or 0xFAF2AB) is unknown color: approx Shalimar. HEX triplet: FA, F2 and AB. RGB value is (250,242,171). Sum of RGB (Red+Green+Blue) = 250+242+171=663 (87% of max value = 765). Red value is 250 (98.05% from 255 or 37.71% from 663); Green value is 242 (94.92% from 255 or 36.50% from 663); Blue value is 171 (67.19% from 255 or 25.79% from 663); Max value from RGB is 250 - color contains mainly: red. Hex color #FAF2AB is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FAF2AB is #050D54. Grayscale: #ECECEC. Windows color (decimal): -331093 or 11268858. OLE color: 11268858.

HSL color Cylindrical-coordinate representation of color #FAF2AB: hue angle of 53.92º 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 #FAF2AB is Cyan = 0, Magento = 0.03, Yellow = 0.32 and Black (K on CMYK) = 0.02.

Color convert

RGB250242171-
CMYK00.030.320.02
HSL53.92º88.76%82.55%-
HSV(B)53.92º31.6%98.04%-
XYZ78.5386.7751.14-
YUV236.391.15137.77-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 37.71%
GREEN value IS 242 (94.92% from 255) = 36.50%
BLUE value IS 171 (67.19% from 255) = 25.79%
R=37.71%
G=36.50%
B=25.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.32
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25024217100.030.320.0253.9288.7682.55
HexFAF2AB03202365953
Octal3723622530340266131123
Binary1111101011110010101010110111000001011011010110011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAF2AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAF2AB; }

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

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

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

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

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

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

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

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