#FEF9AA

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

Shades of Shalimar #FEF9AA

Tints of Shalimar #FEF9AA

Color information

#FEF9AA (or 0xFEF9AA) is unknown color: approx Shalimar. HEX triplet: FE, F9 and AA. RGB value is (254,249,170). Sum of RGB (Red+Green+Blue) = 254+249+170=673 (89% of max value = 765). Red value is 254 (99.61% from 255 or 37.74% from 673); Green value is 249 (97.66% from 255 or 37.00% from 673); Blue value is 170 (66.80% from 255 or 25.26% from 673); Max value from RGB is 254 - color contains mainly: red. Hex color #FEF9AA is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FEF9AA is #010655. Grayscale: #F1F1F1. Windows color (decimal): -67158 or 11205118. OLE color: 11205118.

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

Color convert

RGB254249170-
CMYK00.020.330.00
HSL56.43º97.67%83.14%-
HSV(B)56.43º33.07%99.61%-
XYZ8291.7251.41-
YUV241.4987.66136.92-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 37.74%
GREEN value IS 249 (97.66% from 255) = 37.00%
BLUE value IS 170 (66.80% from 255) = 25.26%
R=37.74%
G=37.00%
B=25.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.33
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25424917000.020.330.0056.4397.6783.14
HexFEF9AA02210386253
Octal3763712520241070142123
Binary111111101111100110101010010100001011100011000101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEF9AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEF9AA; }

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

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

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

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

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

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

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

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