#FEF8AA

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

Shades of Shalimar #FEF8AA

Tints of Shalimar #FEF8AA

Color information

#FEF8AA (or 0xFEF8AA) is unknown color: approx Shalimar. HEX triplet: FE, F8 and AA. RGB value is (254,248,170). Sum of RGB (Red+Green+Blue) = 254+248+170=672 (89% of max value = 765). Red value is 254 (99.61% from 255 or 37.80% from 672); Green value is 248 (97.27% from 255 or 36.90% from 672); Blue value is 170 (66.80% from 255 or 25.30% from 672); Max value from RGB is 254 - color contains mainly: red. Hex color #FEF8AA is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FEF8AA is #010755. Grayscale: #F1F1F1. Windows color (decimal): -67414 or 11204862. OLE color: 11204862.

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

Color convert

RGB254248170-
CMYK00.020.330.00
HSL55.71º97.67%83.14%-
HSV(B)55.71º33.07%99.61%-
XYZ81.791.1151.31-
YUV240.987.99137.34-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 37.80%
GREEN value IS 248 (97.27% from 255) = 36.90%
BLUE value IS 170 (66.80% from 255) = 25.30%
R=37.80%
G=36.90%
B=25.30%

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
Decimal25424817000.020.330.0055.7197.6783.14
HexFEF8AA02210386253
Octal3763702520241070142123
Binary111111101111100010101010010100001011100011000101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEF8AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEF8AA; }

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

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

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

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

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

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

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

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