#FEF5B0

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

Shades of Shalimar #FEF5B0

Tints of Shalimar #FEF5B0

Color information

#FEF5B0 (or 0xFEF5B0) is unknown color: approx Shalimar. HEX triplet: FE, F5 and B0. RGB value is (254,245,176). Sum of RGB (Red+Green+Blue) = 254+245+176=675 (89% of max value = 765). Red value is 254 (99.61% from 255 or 37.63% from 675); Green value is 245 (96.09% from 255 or 36.30% from 675); Blue value is 176 (69.14% from 255 or 26.07% from 675); Max value from RGB is 254 - color contains mainly: red. Hex color #FEF5B0 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FEF5B0 is #010A4F. Grayscale: #F0F0F0. Windows color (decimal): -68176 or 11597310. OLE color: 11597310.

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

Color convert

RGB254245176-
CMYK00.040.310.00
HSL53.08º97.5%84.31%-
HSV(B)53.08º30.71%99.61%-
XYZ81.3689.5154.06-
YUV239.8291.98138.11-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 37.63%
GREEN value IS 245 (96.09% from 255) = 36.30%
BLUE value IS 176 (69.14% from 255) = 26.07%
R=37.63%
G=36.30%
B=26.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.31
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25424517600.040.310.0053.0897.584.31
HexFEF5B0041F0356254
Octal3763652600437065142124
Binary111111101111010110110000010011111011010111000101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEF5B0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEF5B0; }

 p { color: rgb(254,245,176); }

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

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

 a { background-color: rgb(254,245,176); }

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

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

 span { border-color: rgb(254,245,176); }

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