#FEF0AA

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

Shades of Shalimar #FEF0AA

Tints of Shalimar #FEF0AA

Color information

#FEF0AA (or 0xFEF0AA) is unknown color: approx Shalimar. HEX triplet: FE, F0 and AA. RGB value is (254,240,170). Sum of RGB (Red+Green+Blue) = 254+240+170=664 (87% of max value = 765). Red value is 254 (99.61% from 255 or 38.25% from 664); Green value is 240 (94.14% from 255 or 36.14% from 664); Blue value is 170 (66.80% from 255 or 25.60% from 664); Max value from RGB is 254 - color contains mainly: red. Hex color #FEF0AA is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FEF0AA is #010F55. Grayscale: #ECECEC. Windows color (decimal): -69462 or 11202814. OLE color: 11202814.

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

Color convert

RGB254240170-
CMYK00.060.330.00
HSL50º97.67%83.14%-
HSV(B)50º33.07%99.61%-
XYZ79.2986.2950.51-
YUV236.2190.64140.69-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 38.25%
GREEN value IS 240 (94.14% from 255) = 36.14%
BLUE value IS 170 (66.80% from 255) = 25.60%
R=38.25%
G=36.14%
B=25.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.33
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25424017000.060.330.005097.6783.14
HexFEF0AA06210326253
Octal3763602520641062142123
Binary1111111011110000101010100110100001011001011000101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEF0AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEF0AA; }

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

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

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

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

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

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

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

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