#FBEFAA

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

Shades of Shalimar #FBEFAA

Tints of Shalimar #FBEFAA

Color information

#FBEFAA (or 0xFBEFAA) is unknown color: approx Shalimar. HEX triplet: FB, EF and AA. RGB value is (251,239,170). Sum of RGB (Red+Green+Blue) = 251+239+170=660 (87% of max value = 765). Red value is 251 (98.44% from 255 or 38.03% from 660); Green value is 239 (93.75% from 255 or 36.21% from 660); Blue value is 170 (66.80% from 255 or 25.76% from 660); Max value from RGB is 251 - color contains mainly: red. Hex color #FBEFAA is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FBEFAA is #041055. Grayscale: #EBEBEB. Windows color (decimal): -266326 or 11202555. OLE color: 11202555.

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

Color convert

RGB251239170-
CMYK00.050.320.02
HSL51.11º91.01%82.55%-
HSV(B)51.11º32.27%98.43%-
XYZ77.9185.1450.36-
YUV234.7291.48139.61-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 38.03%
GREEN value IS 239 (93.75% from 255) = 36.21%
BLUE value IS 170 (66.80% from 255) = 25.76%
R=38.03%
G=36.21%
B=25.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.32
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25123917000.050.320.0251.1191.0182.55
HexFBEFAA05202335b53
Octal3733572520540263133123
Binary11111011111011111010101001011000001011001110110111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBEFAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBEFAA; }

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

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

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

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

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

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

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

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