#FEF9AB

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

Shades of Shalimar #FEF9AB

Tints of Shalimar #FEF9AB

Color information

#FEF9AB (or 0xFEF9AB) is unknown color: approx Shalimar. HEX triplet: FE, F9 and AB. RGB value is (254,249,171). Sum of RGB (Red+Green+Blue) = 254+249+171=674 (89% of max value = 765). Red value is 254 (99.61% from 255 or 37.69% from 674); Green value is 249 (97.66% from 255 or 36.94% from 674); Blue value is 171 (67.19% from 255 or 25.37% from 674); Max value from RGB is 254 - color contains mainly: red. Hex color #FEF9AB is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FEF9AB is #010654. Grayscale: #F1F1F1. Windows color (decimal): -67157 or 11270654. OLE color: 11270654.

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

Color convert

RGB254249171-
CMYK00.020.330.00
HSL56.39º97.65%83.33%-
HSV(B)56.39º32.68%99.61%-
XYZ82.191.7651.91-
YUV241.688.16136.84-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 37.69%
GREEN value IS 249 (97.66% from 255) = 36.94%
BLUE value IS 171 (67.19% from 255) = 25.37%
R=37.69%
G=36.94%
B=25.37%

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
Decimal25424917100.020.330.0056.3997.6583.33
HexFEF9AB02210386253
Octal3763712530241070142123
Binary111111101111100110101011010100001011100011000101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEF9AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEF9AB; }

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

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

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

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

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

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

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

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