#FEF8B5

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

Shades of Shalimar #FEF8B5

Tints of Shalimar #FEF8B5

Color information

#FEF8B5 (or 0xFEF8B5) is unknown color: approx Shalimar. HEX triplet: FE, F8 and B5. RGB value is (254,248,181). Sum of RGB (Red+Green+Blue) = 254+248+181=683 (90% of max value = 765). Red value is 254 (99.61% from 255 or 37.19% from 683); Green value is 248 (97.27% from 255 or 36.31% from 683); Blue value is 181 (71.09% from 255 or 26.50% from 683); Max value from RGB is 254 - color contains mainly: red. Hex color #FEF8B5 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FEF8B5 is #01074A. Grayscale: #F2F2F2. Windows color (decimal): -67403 or 11925758. OLE color: 11925758.

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

Color convert

RGB254248181-
CMYK00.020.290.00
HSL55.07º97.33%85.29%-
HSV(B)55.07º28.74%99.61%-
XYZ82.7891.5457.02-
YUV242.1693.49136.45-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 37.19%
GREEN value IS 248 (97.27% from 255) = 36.31%
BLUE value IS 181 (71.09% from 255) = 26.50%
R=37.19%
G=36.31%
B=26.50%

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
Decimal25424818100.020.290.0055.0797.3385.29
HexFEF8B5021D0376155
Octal3763702650235067141125
Binary11111110111110001011010101011101011011111000011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEF8B5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEF8B5; }

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

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

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

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

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

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

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

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