#FBEFA9

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

Shades of Shalimar #FBEFA9

Tints of Shalimar #FBEFA9

Color information

#FBEFA9 (or 0xFBEFA9) is unknown color: approx Shalimar. HEX triplet: FB, EF and A9. RGB value is (251,239,169). Sum of RGB (Red+Green+Blue) = 251+239+169=659 (87% of max value = 765). Red value is 251 (98.44% from 255 or 38.09% from 659); Green value is 239 (93.75% from 255 or 36.27% from 659); Blue value is 169 (66.41% from 255 or 25.64% from 659); Max value from RGB is 251 - color contains mainly: red. Hex color #FBEFA9 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FBEFA9 is #041056. Grayscale: #EAEAEA. Windows color (decimal): -266327 or 11137019. OLE color: 11137019.

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

Color convert

RGB251239169-
CMYK00.050.330.02
HSL51.22º91.11%82.35%-
HSV(B)51.22º32.67%98.43%-
XYZ77.8185.1149.86-
YUV234.6190.98139.69-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 38.09%
GREEN value IS 239 (93.75% from 255) = 36.27%
BLUE value IS 169 (66.41% from 255) = 25.64%
R=38.09%
G=36.27%
B=25.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.33
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25123916900.050.330.0251.2291.1182.35
HexFBEFA905212335b52
Octal3733572510541263133122
Binary11111011111011111010100101011000011011001110110111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBEFA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBEFA9; }

 p { color: rgb(251,239,169); }

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

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

 a { background-color: rgb(251,239,169); }

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

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

 span { border-color: rgb(251,239,169); }

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