#FBFFA4

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

Shades of Shalimar #FBFFA4

Tints of Shalimar #FBFFA4

Color information

#FBFFA4 (or 0xFBFFA4) is unknown color: approx Shalimar. HEX triplet: FB, FF and A4. RGB value is (251,255,164). Sum of RGB (Red+Green+Blue) = 251+255+164=670 (88% of max value = 765). Red value is 251 (98.44% from 255 or 37.46% from 670); Green value is 255 (100% from 255 or 38.06% from 670); Blue value is 164 (64.45% from 255 or 24.48% from 670); Max value from RGB is 255 - color contains mainly: green. Hex color #FBFFA4 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FBFFA4 is #04005B. Grayscale: #F3F3F3. Windows color (decimal): -262236 or 10813435. OLE color: 10813435.

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

Color convert

RGB251255164-
CMYK0.0200.360
HSL62.64º100%82.16%-
HSV(B)62.64º35.69%100%-
XYZ82.2494.7149.07-
YUV243.4383.17133.4-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 37.46%
GREEN value IS 255 (100% from 255) = 38.06%
BLUE value IS 164 (64.45% from 255) = 24.48%
R=37.46%
G=38.06%
B=24.48%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2512551640.0200.36062.6410082.16
HexFBFFA4202403f6452
Octal3733772442044077144122
Binary111110111111111110100100100100100011111111001001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBFFA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBFFA4; }

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

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

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

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

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

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

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

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