#FEF9AC

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

Shades of Shalimar #FEF9AC

Tints of Shalimar #FEF9AC

Color information

#FEF9AC (or 0xFEF9AC) is unknown color: approx Shalimar. HEX triplet: FE, F9 and AC. RGB value is (254,249,172). Sum of RGB (Red+Green+Blue) = 254+249+172=675 (89% of max value = 765). Red value is 254 (99.61% from 255 or 37.63% from 675); Green value is 249 (97.66% from 255 or 36.89% from 675); Blue value is 172 (67.58% from 255 or 25.48% from 675); Max value from RGB is 254 - color contains mainly: red. Hex color #FEF9AC is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FEF9AC is #010653. Grayscale: #F2F2F2. Windows color (decimal): -67156 or 11336190. OLE color: 11336190.

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

Color convert

RGB254249172-
CMYK00.020.320.00
HSL56.34º97.62%83.53%-
HSV(B)56.34º32.28%99.61%-
XYZ82.291.852.42-
YUV241.7288.66136.76-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 37.63%
GREEN value IS 249 (97.66% from 255) = 36.89%
BLUE value IS 172 (67.58% from 255) = 25.48%
R=37.63%
G=36.89%
B=25.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.32
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25424917200.020.320.0056.3497.6283.53
HexFEF9AC02200386254
Octal3763712540240070142124
Binary111111101111100110101100010100000011100011000101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEF9AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEF9AC; }

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

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

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

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

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

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

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

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