#FAF7AB

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

Shades of Shalimar #FAF7AB

Tints of Shalimar #FAF7AB

Color information

#FAF7AB (or 0xFAF7AB) is unknown color: approx Shalimar. HEX triplet: FA, F7 and AB. RGB value is (250,247,171). Sum of RGB (Red+Green+Blue) = 250+247+171=668 (88% of max value = 765). Red value is 250 (98.05% from 255 or 37.43% from 668); Green value is 247 (96.88% from 255 or 36.98% from 668); Blue value is 171 (67.19% from 255 or 25.60% from 668); Max value from RGB is 250 - color contains mainly: red. Hex color #FAF7AB is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FAF7AB is #050854. Grayscale: #EFEFEF. Windows color (decimal): -329813 or 11270138. OLE color: 11270138.

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

Color convert

RGB250247171-
CMYK00.010.320.02
HSL57.72º88.76%82.55%-
HSV(B)57.72º31.6%98.04%-
XYZ80.0489.7951.64-
YUV239.2389.49135.68-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 37.43%
GREEN value IS 247 (96.88% from 255) = 36.98%
BLUE value IS 171 (67.19% from 255) = 25.60%
R=37.43%
G=36.98%
B=25.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.32
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25024717100.010.320.0257.7288.7682.55
HexFAF7AB012023a5953
Octal3723672530140272131123
Binary111110101111011110101011011000001011101010110011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAF7AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAF7AB; }

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

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

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

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

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

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

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

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