#FEF9B5

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

Shades of Shalimar #FEF9B5

Tints of Shalimar #FEF9B5

Color information

#FEF9B5 (or 0xFEF9B5) is unknown color: approx Shalimar. HEX triplet: FE, F9 and B5. RGB value is (254,249,181). Sum of RGB (Red+Green+Blue) = 254+249+181=684 (90% of max value = 765). Red value is 254 (99.61% from 255 or 37.13% from 684); Green value is 249 (97.66% from 255 or 36.40% from 684); Blue value is 181 (71.09% from 255 or 26.46% from 684); Max value from RGB is 254 - color contains mainly: red. Hex color #FEF9B5 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FEF9B5 is #01064A. Grayscale: #F3F3F3. Windows color (decimal): -67147 or 11926014. OLE color: 11926014.

HSL color Cylindrical-coordinate representation of color #FEF9B5: hue angle of 55.89º degrees, saturation: 0.97, lightness: 0.85%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #FEF9B5 is Cyan = 0, Magento = 0.02, Yellow = 0.29 and Black (K on CMYK) = 0.00.

Color convert

RGB254249181-
CMYK00.020.290.00
HSL55.89º97.33%85.29%-
HSV(B)55.89º28.74%99.61%-
XYZ83.0992.1657.13-
YUV242.7493.16136.03-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 37.13%
GREEN value IS 249 (97.66% from 255) = 36.40%
BLUE value IS 181 (71.09% from 255) = 26.46%
R=37.13%
G=36.40%
B=26.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.29
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25424918100.020.290.0055.8997.3385.29
HexFEF9B5021D0386155
Octal3763712650235070141125
Binary11111110111110011011010101011101011100011000011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEF9B5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEF9B5; }

 p { color: rgb(254,249,181); }

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

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

 a { background-color: rgb(254,249,181); }

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

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

 span { border-color: rgb(254,249,181); }

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