#FEFBA6

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

Shades of Shalimar #FEFBA6

Tints of Shalimar #FEFBA6

Color information

#FEFBA6 (or 0xFEFBA6) is unknown color: approx Shalimar. HEX triplet: FE, FB and A6. RGB value is (254,251,166). Sum of RGB (Red+Green+Blue) = 254+251+166=671 (88% of max value = 765). Red value is 254 (99.61% from 255 or 37.85% from 671); Green value is 251 (98.44% from 255 or 37.41% from 671); Blue value is 166 (65.23% from 255 or 24.74% from 671); Max value from RGB is 254 - color contains mainly: red. Hex color #FEFBA6 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FEFBA6 is #010459. Grayscale: #F2F2F2. Windows color (decimal): -66650 or 10943486. OLE color: 10943486.

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

Color convert

RGB254251166-
CMYK00.010.350.00
HSL57.95º97.78%82.35%-
HSV(B)57.95º34.65%99.61%-
XYZ82.2592.8249.66-
YUV242.2184.99136.41-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 37.85%
GREEN value IS 251 (98.44% from 255) = 37.41%
BLUE value IS 166 (65.23% from 255) = 24.74%
R=37.85%
G=37.41%
B=24.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.35
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25425116600.010.350.0057.9597.7882.35
HexFEFBA6012303a6252
Octal3763732460143072142122
Binary11111110111110111010011001100011011101011000101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEFBA6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEFBA6; }

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

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

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

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

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

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

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

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