#FAF0AB

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

Shades of Shalimar #FAF0AB

Tints of Shalimar #FAF0AB

Color information

#FAF0AB (or 0xFAF0AB) is unknown color: approx Shalimar. HEX triplet: FA, F0 and AB. RGB value is (250,240,171). Sum of RGB (Red+Green+Blue) = 250+240+171=661 (87% of max value = 765). Red value is 250 (98.05% from 255 or 37.82% from 661); Green value is 240 (94.14% from 255 or 36.31% from 661); Blue value is 171 (67.19% from 255 or 25.87% from 661); Max value from RGB is 250 - color contains mainly: red. Hex color #FAF0AB is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FAF0AB is #050F54. Grayscale: #EBEBEB. Windows color (decimal): -331605 or 11268346. OLE color: 11268346.

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

Color convert

RGB250240171-
CMYK00.040.320.02
HSL52.41º88.76%82.55%-
HSV(B)52.41º31.6%98.04%-
XYZ77.9485.5850.94-
YUV235.1291.81138.61-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 37.82%
GREEN value IS 240 (94.14% from 255) = 36.31%
BLUE value IS 171 (67.19% from 255) = 25.87%
R=37.82%
G=36.31%
B=25.87%

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
Decimal25024017100.040.320.0252.4188.7682.55
HexFAF0AB04202345953
Octal3723602530440264131123
Binary11111010111100001010101101001000001011010010110011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAF0AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAF0AB; }

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

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

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

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

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

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

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

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