#FBEFA7

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

Shades of Shalimar #FBEFA7

Tints of Shalimar #FBEFA7

Color information

#FBEFA7 (or 0xFBEFA7) is unknown color: approx Shalimar. HEX triplet: FB, EF and A7. RGB value is (251,239,167). Sum of RGB (Red+Green+Blue) = 251+239+167=657 (87% of max value = 765). Red value is 251 (98.44% from 255 or 38.20% from 657); Green value is 239 (93.75% from 255 or 36.38% from 657); Blue value is 167 (65.62% from 255 or 25.42% from 657); Max value from RGB is 251 - color contains mainly: red. Hex color #FBEFA7 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FBEFA7 is #041058. Grayscale: #EAEAEA. Windows color (decimal): -266329 or 11005947. OLE color: 11005947.

HSL color Cylindrical-coordinate representation of color #FBEFA7: hue angle of 51.43º 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 #FBEFA7 is Cyan = 0, Magento = 0.05, Yellow = 0.33 and Black (K on CMYK) = 0.02.

Color convert

RGB251239167-
CMYK00.050.330.02
HSL51.43º91.3%81.96%-
HSV(B)51.43º33.47%98.43%-
XYZ77.6385.0348.88-
YUV234.3889.98139.85-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 38.20%
GREEN value IS 239 (93.75% from 255) = 36.38%
BLUE value IS 167 (65.62% from 255) = 25.42%
R=38.20%
G=36.38%
B=25.42%

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
Decimal25123916700.050.330.0251.4391.381.96
HexFBEFA705212335b52
Octal3733572470541263133122
Binary11111011111011111010011101011000011011001110110111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBEFA7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBEFA7; }

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

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

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

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

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

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

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

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