#FBFEAB

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

Shades of Shalimar #FBFEAB

Tints of Shalimar #FBFEAB

Color information

#FBFEAB (or 0xFBFEAB) is unknown color: approx Shalimar. HEX triplet: FB, FE and AB. RGB value is (251,254,171). Sum of RGB (Red+Green+Blue) = 251+254+171=676 (89% of max value = 765). Red value is 251 (98.44% from 255 or 37.13% from 676); Green value is 254 (99.61% from 255 or 37.57% from 676); Blue value is 171 (67.19% from 255 or 25.30% from 676); Max value from RGB is 254 - color contains mainly: green. Hex color #FBFEAB is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FBFEAB is #040154. Grayscale: #F3F3F3. Windows color (decimal): -262485 or 11271931. OLE color: 11271931.

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

Color convert

RGB251254171-
CMYK0.0100.330.00
HSL62.17º97.65%83.33%-
HSV(B)62.17º32.68%99.61%-
XYZ82.5894.3352.38-
YUV243.6487.01133.25-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 37.13%
GREEN value IS 254 (99.61% from 255) = 37.57%
BLUE value IS 171 (67.19% from 255) = 25.30%
R=37.13%
G=37.57%
B=25.30%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2512541710.0100.330.0062.1797.6583.33
HexFBFEAB102103e6253
Octal3733762531041076142123
Binary11111011111111101010101110100001011111011000101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBFEAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBFEAB; }

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

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

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

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

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

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

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

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