#FBFEA3

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

Shades of Shalimar #FBFEA3

Tints of Shalimar #FBFEA3

Color information

#FBFEA3 (or 0xFBFEA3) is unknown color: approx Shalimar. HEX triplet: FB, FE and A3. RGB value is (251,254,163). Sum of RGB (Red+Green+Blue) = 251+254+163=668 (88% of max value = 765). Red value is 251 (98.44% from 255 or 37.57% from 668); Green value is 254 (99.61% from 255 or 38.02% from 668); Blue value is 163 (64.06% from 255 or 24.40% from 668); Max value from RGB is 254 - color contains mainly: green. Hex color #FBFEA3 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FBFEA3 is #04015C. Grayscale: #F3F3F3. Windows color (decimal): -262493 or 10747643. OLE color: 10747643.

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

Color convert

RGB251254163-
CMYK0.0100.360.00
HSL61.98º97.85%81.76%-
HSV(B)61.98º35.83%99.61%-
XYZ81.8494.0448.49-
YUV242.7383.01133.9-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 37.57%
GREEN value IS 254 (99.61% from 255) = 38.02%
BLUE value IS 163 (64.06% from 255) = 24.40%
R=37.57%
G=38.02%
B=24.40%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2512541630.0100.360.0061.9897.8581.76
HexFBFEA3102403e6252
Octal3733762431044076142122
Binary11111011111111101010001110100100011111011000101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBFEA3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBFEA3; }

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

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

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

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

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

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

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

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