#FEF9B4

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

Shades of Shalimar #FEF9B4

Tints of Shalimar #FEF9B4

Color information

#FEF9B4 (or 0xFEF9B4) is unknown color: approx Shalimar. HEX triplet: FE, F9 and B4. RGB value is (254,249,180). Sum of RGB (Red+Green+Blue) = 254+249+180=683 (90% of max value = 765). Red value is 254 (99.61% from 255 or 37.19% from 683); Green value is 249 (97.66% from 255 or 36.46% from 683); Blue value is 180 (70.70% from 255 or 26.35% from 683); Max value from RGB is 254 - color contains mainly: red. Hex color #FEF9B4 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FEF9B4 is #01064B. Grayscale: #F2F2F2. Windows color (decimal): -67148 or 11860478. OLE color: 11860478.

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

Color convert

RGB254249180-
CMYK00.020.290.00
HSL55.95º97.37%85.1%-
HSV(B)55.95º29.13%99.61%-
XYZ82.9992.1256.59-
YUV242.6392.66136.11-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 37.19%
GREEN value IS 249 (97.66% from 255) = 36.46%
BLUE value IS 180 (70.70% from 255) = 26.35%
R=37.19%
G=36.46%
B=26.35%

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
Decimal25424918000.020.290.0055.9597.3785.1
HexFEF9B4021D0386155
Octal3763712640235070141125
Binary11111110111110011011010001011101011100011000011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEF9B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEF9B4; }

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

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

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

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

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

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

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

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