#FBF3AE

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

Shades of Shalimar #FBF3AE

Tints of Shalimar #FBF3AE

Color information

#FBF3AE (or 0xFBF3AE) is unknown color: approx Shalimar. HEX triplet: FB, F3 and AE. RGB value is (251,243,174). Sum of RGB (Red+Green+Blue) = 251+243+174=668 (88% of max value = 765). Red value is 251 (98.44% from 255 or 37.57% from 668); Green value is 243 (95.31% from 255 or 36.38% from 668); Blue value is 174 (68.36% from 255 or 26.05% from 668); Max value from RGB is 251 - color contains mainly: red. Hex color #FBF3AE is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FBF3AE is #040C51. Grayscale: #EDEDED. Windows color (decimal): -265298 or 11465723. OLE color: 11465723.

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

Color convert

RGB251243174-
CMYK00.030.310.02
HSL53.77º90.59%83.33%-
HSV(B)53.77º30.68%98.43%-
XYZ79.4787.6752.78-
YUV237.5392.15137.61-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 37.57%
GREEN value IS 243 (95.31% from 255) = 36.38%
BLUE value IS 174 (68.36% from 255) = 26.05%
R=37.57%
G=36.38%
B=26.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.31
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25124317400.030.310.0253.7790.5983.33
HexFBF3AE031F2365b53
Octal3733632560337266133123
Binary111110111111001110101110011111111011011010110111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBF3AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBF3AE; }

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

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

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

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

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

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

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

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