#FBF7AA

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

Shades of Shalimar #FBF7AA

Tints of Shalimar #FBF7AA

Color information

#FBF7AA (or 0xFBF7AA) is unknown color: approx Shalimar. HEX triplet: FB, F7 and AA. RGB value is (251,247,170). Sum of RGB (Red+Green+Blue) = 251+247+170=668 (88% of max value = 765). Red value is 251 (98.44% from 255 or 37.57% from 668); Green value is 247 (96.88% from 255 or 36.98% from 668); Blue value is 170 (66.80% from 255 or 25.45% from 668); Max value from RGB is 251 - color contains mainly: red. Hex color #FBF7AA is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FBF7AA is #040855. Grayscale: #EFEFEF. Windows color (decimal): -264278 or 11204603. OLE color: 11204603.

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

Color convert

RGB251247170-
CMYK00.020.320.02
HSL57.04º91.01%82.55%-
HSV(B)57.04º32.27%98.43%-
XYZ80.389.9351.16-
YUV239.4288.83136.26-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 37.57%
GREEN value IS 247 (96.88% from 255) = 36.98%
BLUE value IS 170 (66.80% from 255) = 25.45%
R=37.57%
G=36.98%
B=25.45%

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
Decimal25124717000.020.320.0257.0491.0182.55
HexFBF7AA02202395b53
Octal3733672520240271133123
Binary1111101111110111101010100101000001011100110110111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBF7AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBF7AA; }

 p { color: rgb(251,247,170); }

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

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

 a { background-color: rgb(251,247,170); }

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

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

 span { border-color: rgb(251,247,170); }

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