#FAF3AB

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

Shades of Shalimar #FAF3AB

Tints of Shalimar #FAF3AB

Color information

#FAF3AB (or 0xFAF3AB) is unknown color: approx Shalimar. HEX triplet: FA, F3 and AB. RGB value is (250,243,171). Sum of RGB (Red+Green+Blue) = 250+243+171=664 (87% of max value = 765). Red value is 250 (98.05% from 255 or 37.65% from 664); Green value is 243 (95.31% from 255 or 36.60% from 664); Blue value is 171 (67.19% from 255 or 25.75% from 664); Max value from RGB is 250 - color contains mainly: red. Hex color #FAF3AB is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FAF3AB is #050C54. Grayscale: #EDEDED. Windows color (decimal): -330837 or 11269114. OLE color: 11269114.

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

Color convert

RGB250243171-
CMYK00.030.320.02
HSL54.68º88.76%82.55%-
HSV(B)54.68º31.6%98.04%-
XYZ78.8387.3751.24-
YUV236.8890.82137.35-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 37.65%
GREEN value IS 243 (95.31% from 255) = 36.60%
BLUE value IS 171 (67.19% from 255) = 25.75%
R=37.65%
G=36.60%
B=25.75%

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
Decimal25024317100.030.320.0254.6888.7682.55
HexFAF3AB03202375953
Octal3723632530340267131123
Binary1111101011110011101010110111000001011011110110011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAF3AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAF3AB; }

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

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

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

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

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

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

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

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