#FAF4AB

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

Shades of Shalimar #FAF4AB

Tints of Shalimar #FAF4AB

Color information

#FAF4AB (or 0xFAF4AB) is unknown color: approx Shalimar. HEX triplet: FA, F4 and AB. RGB value is (250,244,171). Sum of RGB (Red+Green+Blue) = 250+244+171=665 (88% of max value = 765). Red value is 250 (98.05% from 255 or 37.59% from 665); Green value is 244 (95.70% from 255 or 36.69% from 665); Blue value is 171 (67.19% from 255 or 25.71% from 665); Max value from RGB is 250 - color contains mainly: red. Hex color #FAF4AB is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FAF4AB is #050B54. Grayscale: #EDEDED. Windows color (decimal): -330581 or 11269370. OLE color: 11269370.

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

Color convert

RGB250244171-
CMYK00.020.320.02
HSL55.44º88.76%82.55%-
HSV(B)55.44º31.6%98.04%-
XYZ79.1387.9751.34-
YUV237.4790.49136.94-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 37.59%
GREEN value IS 244 (95.70% from 255) = 36.69%
BLUE value IS 171 (67.19% from 255) = 25.71%
R=37.59%
G=36.69%
B=25.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.32
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25024417100.020.320.0255.4488.7682.55
HexFAF4AB02202375953
Octal3723642530240267131123
Binary1111101011110100101010110101000001011011110110011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAF4AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAF4AB; }

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

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

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

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

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

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

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

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