#FEF2AB

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

Shades of Shalimar #FEF2AB

Tints of Shalimar #FEF2AB

Color information

#FEF2AB (or 0xFEF2AB) is unknown color: approx Shalimar. HEX triplet: FE, F2 and AB. RGB value is (254,242,171). Sum of RGB (Red+Green+Blue) = 254+242+171=667 (88% of max value = 765). Red value is 254 (99.61% from 255 or 38.08% from 667); Green value is 242 (94.92% from 255 or 36.28% from 667); Blue value is 171 (67.19% from 255 or 25.64% from 667); Max value from RGB is 254 - color contains mainly: red. Hex color #FEF2AB is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FEF2AB is #010D54. Grayscale: #EDEDED. Windows color (decimal): -68949 or 11268862. OLE color: 11268862.

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

Color convert

RGB254242171-
CMYK00.050.330.00
HSL51.33º97.65%83.33%-
HSV(B)51.33º32.68%99.61%-
XYZ79.9887.5251.21-
YUV237.4990.48139.77-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 38.08%
GREEN value IS 242 (94.92% from 255) = 36.28%
BLUE value IS 171 (67.19% from 255) = 25.64%
R=38.08%
G=36.28%
B=25.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.33
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25424217100.050.330.0051.3397.6583.33
HexFEF2AB05210336253
Octal3763622530541063142123
Binary1111111011110010101010110101100001011001111000101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEF2AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEF2AB; }

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

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

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

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

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

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

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

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