#FEFCA4

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

Shades of Shalimar #FEFCA4

Tints of Shalimar #FEFCA4

Color information

#FEFCA4 (or 0xFEFCA4) is unknown color: approx Shalimar. HEX triplet: FE, FC and A4. RGB value is (254,252,164). Sum of RGB (Red+Green+Blue) = 254+252+164=670 (88% of max value = 765). Red value is 254 (99.61% from 255 or 37.91% from 670); Green value is 252 (98.83% from 255 or 37.61% from 670); Blue value is 164 (64.45% from 255 or 24.48% from 670); Max value from RGB is 254 - color contains mainly: red. Hex color #FEFCA4 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FEFCA4 is #01035B. Grayscale: #F2F2F2. Windows color (decimal): -66396 or 10812670. OLE color: 10812670.

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

Color convert

RGB254252164-
CMYK00.010.350.00
HSL58.67º97.83%81.96%-
HSV(B)58.67º35.43%99.61%-
XYZ82.3893.3748.8-
YUV242.5783.66136.16-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 37.91%
GREEN value IS 252 (98.83% from 255) = 37.61%
BLUE value IS 164 (64.45% from 255) = 24.48%
R=37.91%
G=37.61%
B=24.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.35
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25425216400.010.350.0058.6797.8381.96
HexFEFCA4012303b6252
Octal3763742440143073142122
Binary11111110111111001010010001100011011101111000101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEFCA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEFCA4; }

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

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

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

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

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

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

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

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