#FBF3A7

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

Shades of Shalimar #FBF3A7

Tints of Shalimar #FBF3A7

Color information

#FBF3A7 (or 0xFBF3A7) is unknown color: approx Shalimar. HEX triplet: FB, F3 and A7. RGB value is (251,243,167). Sum of RGB (Red+Green+Blue) = 251+243+167=661 (87% of max value = 765). Red value is 251 (98.44% from 255 or 37.97% from 661); Green value is 243 (95.31% from 255 or 36.76% from 661); Blue value is 167 (65.62% from 255 or 25.26% from 661); Max value from RGB is 251 - color contains mainly: red. Hex color #FBF3A7 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FBF3A7 is #040C58. Grayscale: #EDEDED. Windows color (decimal): -265305 or 11006971. OLE color: 11006971.

HSL color Cylindrical-coordinate representation of color #FBF3A7: hue angle of 54.29º degrees, saturation: 0.91, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #FBF3A7 is Cyan = 0, Magento = 0.03, Yellow = 0.33 and Black (K on CMYK) = 0.02.

Color convert

RGB251243167-
CMYK00.030.330.02
HSL54.29º91.3%81.96%-
HSV(B)54.29º33.47%98.43%-
XYZ78.8187.449.28-
YUV236.7388.65138.18-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 37.97%
GREEN value IS 243 (95.31% from 255) = 36.76%
BLUE value IS 167 (65.62% from 255) = 25.26%
R=37.97%
G=36.76%
B=25.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.33
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25124316700.030.330.0254.2991.381.96
HexFBF3A703212365b52
Octal3733632470341266133122
Binary1111101111110011101001110111000011011011010110111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBF3A7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBF3A7; }

 p { color: rgb(251,243,167); }

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

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

 a { background-color: rgb(251,243,167); }

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

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

 span { border-color: rgb(251,243,167); }

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