#FEFCA9

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

Shades of Shalimar #FEFCA9

Tints of Shalimar #FEFCA9

Color information

#FEFCA9 (or 0xFEFCA9) is unknown color: approx Shalimar. HEX triplet: FE, FC and A9. RGB value is (254,252,169). Sum of RGB (Red+Green+Blue) = 254+252+169=675 (89% of max value = 765). Red value is 254 (99.61% from 255 or 37.63% from 675); Green value is 252 (98.83% from 255 or 37.33% from 675); Blue value is 169 (66.41% from 255 or 25.04% from 675); Max value from RGB is 254 - color contains mainly: red. Hex color #FEFCA9 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FEFCA9 is #010356. Grayscale: #F3F3F3. Windows color (decimal): -66391 or 11140350. OLE color: 11140350.

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

Color convert

RGB254252169-
CMYK00.010.330.00
HSL58.59º97.7%82.94%-
HSV(B)58.59º33.46%99.61%-
XYZ82.8493.5651.23-
YUV243.1486.16135.75-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 37.63%
GREEN value IS 252 (98.83% from 255) = 37.33%
BLUE value IS 169 (66.41% from 255) = 25.04%
R=37.63%
G=37.33%
B=25.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.33
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25425216900.010.330.0058.5997.782.94
HexFEFCA9012103b6253
Octal3763742510141073142123
Binary11111110111111001010100101100001011101111000101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEFCA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEFCA9; }

 p { color: rgb(254,252,169); }

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

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

 a { background-color: rgb(254,252,169); }

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

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

 span { border-color: rgb(254,252,169); }

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