#FAF9AB

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

Shades of Shalimar #FAF9AB

Tints of Shalimar #FAF9AB

Color information

#FAF9AB (or 0xFAF9AB) is unknown color: approx Shalimar. HEX triplet: FA, F9 and AB. RGB value is (250,249,171). Sum of RGB (Red+Green+Blue) = 250+249+171=670 (88% of max value = 765). Red value is 250 (98.05% from 255 or 37.31% from 670); Green value is 249 (97.66% from 255 or 37.16% from 670); Blue value is 171 (67.19% from 255 or 25.52% from 670); Max value from RGB is 250 - color contains mainly: red. Hex color #FAF9AB is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FAF9AB is #050654. Grayscale: #F0F0F0. Windows color (decimal): -329301 or 11270650. OLE color: 11270650.

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

Color convert

RGB250249171-
CMYK00.000.320.02
HSL59.24º88.76%82.55%-
HSV(B)59.24º31.6%98.04%-
XYZ80.6591.0251.85-
YUV240.4188.83134.84-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 37.31%
GREEN value IS 249 (97.66% from 255) = 37.16%
BLUE value IS 171 (67.19% from 255) = 25.52%
R=37.31%
G=37.16%
B=25.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.00
Y (Yellow) values IS 0.32
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25024917100.000.320.0259.2488.7682.55
HexFAF9AB002023b5953
Octal3723712530040273131123
Binary111110101111100110101011001000001011101110110011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAF9AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAF9AB; }

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

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

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

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

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

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

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

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