#FBFEA4

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

Shades of Shalimar #FBFEA4

Tints of Shalimar #FBFEA4

Color information

#FBFEA4 (or 0xFBFEA4) is unknown color: approx Shalimar. HEX triplet: FB, FE and A4. RGB value is (251,254,164). Sum of RGB (Red+Green+Blue) = 251+254+164=669 (88% of max value = 765). Red value is 251 (98.44% from 255 or 37.52% from 669); Green value is 254 (99.61% from 255 or 37.97% from 669); Blue value is 164 (64.45% from 255 or 24.51% from 669); Max value from RGB is 254 - color contains mainly: green. Hex color #FBFEA4 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FBFEA4 is #04015B. Grayscale: #F3F3F3. Windows color (decimal): -262492 or 10813179. OLE color: 10813179.

HSL color Cylindrical-coordinate representation of color #FBFEA4: hue angle of 62º degrees, saturation: 0.98, lightness: 0.82%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #FBFEA4 is Cyan = 0.01, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.00.

Color convert

RGB251254164-
CMYK0.0100.350.00
HSL62º97.83%81.96%-
HSV(B)62º35.43%99.61%-
XYZ81.9394.0748.96-
YUV242.8483.51133.82-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 37.52%
GREEN value IS 254 (99.61% from 255) = 37.97%
BLUE value IS 164 (64.45% from 255) = 24.51%
R=37.52%
G=37.97%
B=24.51%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2512541640.0100.350.006297.8381.96
HexFBFEA4102303e6252
Octal3733762441043076142122
Binary11111011111111101010010010100011011111011000101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBFEA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBFEA4; }

 p { color: rgb(251,254,164); }

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

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

 a { background-color: rgb(251,254,164); }

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

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

 span { border-color: rgb(251,254,164); }

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