#FBF2AF

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

Shades of Shalimar #FBF2AF

Tints of Shalimar #FBF2AF

Color information

#FBF2AF (or 0xFBF2AF) is unknown color: approx Shalimar. HEX triplet: FB, F2 and AF. RGB value is (251,242,175). Sum of RGB (Red+Green+Blue) = 251+242+175=668 (88% of max value = 765). Red value is 251 (98.44% from 255 or 37.57% from 668); Green value is 242 (94.92% from 255 or 36.23% from 668); Blue value is 175 (68.75% from 255 or 26.20% from 668); Max value from RGB is 251 - color contains mainly: red. Hex color #FBF2AF is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FBF2AF is #040D50. Grayscale: #EDEDED. Windows color (decimal): -265553 or 11531003. OLE color: 11531003.

HSL color Cylindrical-coordinate representation of color #FBF2AF: hue angle of 52.89º degrees, saturation: 0.9, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #FBF2AF is Cyan = 0, Magento = 0.04, Yellow = 0.30 and Black (K on CMYK) = 0.02.

Color convert

RGB251242175-
CMYK00.040.300.02
HSL52.89º90.48%83.53%-
HSV(B)52.89º30.28%98.43%-
XYZ79.2787.1153.19-
YUV237.0592.98137.95-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 37.57%
GREEN value IS 242 (94.92% from 255) = 36.23%
BLUE value IS 175 (68.75% from 255) = 26.20%
R=37.57%
G=36.23%
B=26.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.30
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25124217500.040.300.0252.8990.4883.53
HexFBF2AF041E2355a54
Octal3733622570436265132124
Binary1111101111110010101011110100111101011010110110101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBF2AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBF2AF; }

 p { color: rgb(251,242,175); }

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

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

 a { background-color: rgb(251,242,175); }

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

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

 span { border-color: rgb(251,242,175); }

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