#FEF6AA

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

Shades of Shalimar #FEF6AA

Tints of Shalimar #FEF6AA

Color information

#FEF6AA (or 0xFEF6AA) is unknown color: approx Shalimar. HEX triplet: FE, F6 and AA. RGB value is (254,246,170). Sum of RGB (Red+Green+Blue) = 254+246+170=670 (88% of max value = 765). Red value is 254 (99.61% from 255 or 37.91% from 670); Green value is 246 (96.48% from 255 or 36.72% from 670); Blue value is 170 (66.80% from 255 or 25.37% from 670); Max value from RGB is 254 - color contains mainly: red. Hex color #FEF6AA is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FEF6AA is #010955. Grayscale: #F0F0F0. Windows color (decimal): -67926 or 11204350. OLE color: 11204350.

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

Color convert

RGB254246170-
CMYK00.030.330.00
HSL54.29º97.67%83.14%-
HSV(B)54.29º33.07%99.61%-
XYZ81.0889.8851.11-
YUV239.7388.65138.18-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 37.91%
GREEN value IS 246 (96.48% from 255) = 36.72%
BLUE value IS 170 (66.80% from 255) = 25.37%
R=37.91%
G=36.72%
B=25.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.33
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25424617000.030.330.0054.2997.6783.14
HexFEF6AA03210366253
Octal3763662520341066142123
Binary111111101111011010101010011100001011011011000101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEF6AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEF6AA; }

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

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

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

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

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

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

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

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