#FEF2AF

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

Shades of Shalimar #FEF2AF

Tints of Shalimar #FEF2AF

Color information

#FEF2AF (or 0xFEF2AF) is unknown color: approx Shalimar. HEX triplet: FE, F2 and AF. RGB value is (254,242,175). Sum of RGB (Red+Green+Blue) = 254+242+175=671 (88% of max value = 765). Red value is 254 (99.61% from 255 or 37.85% from 671); Green value is 242 (94.92% from 255 or 36.07% from 671); Blue value is 175 (68.75% from 255 or 26.08% from 671); Max value from RGB is 254 - color contains mainly: red. Hex color #FEF2AF is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FEF2AF is #010D50. Grayscale: #EEEEEE. Windows color (decimal): -68945 or 11531006. OLE color: 11531006.

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

Color convert

RGB254242175-
CMYK00.050.310.00
HSL50.89º97.53%84.12%-
HSV(B)50.89º31.1%99.61%-
XYZ80.3687.6753.24-
YUV237.9592.48139.45-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 37.85%
GREEN value IS 242 (94.92% from 255) = 36.07%
BLUE value IS 175 (68.75% from 255) = 26.08%
R=37.85%
G=36.07%
B=26.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.31
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25424217500.050.310.0050.8997.5384.12
HexFEF2AF051F0336254
Octal3763622570537063142124
Binary111111101111001010101111010111111011001111000101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEF2AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEF2AF; }

 p { color: rgb(254,242,175); }

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

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

 a { background-color: rgb(254,242,175); }

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

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

 span { border-color: rgb(254,242,175); }

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