#FEF9B2

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

Shades of Shalimar #FEF9B2

Tints of Shalimar #FEF9B2

Color information

#FEF9B2 (or 0xFEF9B2) is unknown color: approx Shalimar. HEX triplet: FE, F9 and B2. RGB value is (254,249,178). Sum of RGB (Red+Green+Blue) = 254+249+178=681 (90% of max value = 765). Red value is 254 (99.61% from 255 or 37.30% from 681); Green value is 249 (97.66% from 255 or 36.56% from 681); Blue value is 178 (69.92% from 255 or 26.14% from 681); Max value from RGB is 254 - color contains mainly: red. Hex color #FEF9B2 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FEF9B2 is #01064D. Grayscale: #F2F2F2. Windows color (decimal): -67150 or 11729406. OLE color: 11729406.

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

Color convert

RGB254249178-
CMYK00.020.300.00
HSL56.05º97.44%84.71%-
HSV(B)56.05º29.92%99.61%-
XYZ82.7892.0455.52-
YUV242.491.66136.27-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 37.30%
GREEN value IS 249 (97.66% from 255) = 36.56%
BLUE value IS 178 (69.92% from 255) = 26.14%
R=37.30%
G=36.56%
B=26.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.30
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25424917800.020.300.0056.0597.4484.71
HexFEF9B2021E0386155
Octal3763712620236070141125
Binary11111110111110011011001001011110011100011000011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEF9B2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEF9B2; }

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

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

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

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

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

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

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

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