#FCF5A9

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

Shades of Shalimar #FCF5A9

Tints of Shalimar #FCF5A9

Color information

#FCF5A9 (or 0xFCF5A9) is unknown color: approx Shalimar. HEX triplet: FC, F5 and A9. RGB value is (252,245,169). Sum of RGB (Red+Green+Blue) = 252+245+169=666 (88% of max value = 765). Red value is 252 (98.83% from 255 or 37.84% from 666); Green value is 245 (96.09% from 255 or 36.79% from 666); Blue value is 169 (66.41% from 255 or 25.38% from 666); Max value from RGB is 252 - color contains mainly: red. Hex color #FCF5A9 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FCF5A9 is #030A56. Grayscale: #EEEEEE. Windows color (decimal): -199255 or 11138556. OLE color: 11138556.

HSL color Cylindrical-coordinate representation of color #FCF5A9: hue angle of 54.94º degrees, saturation: 0.93, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #FCF5A9 is Cyan = 0, Magento = 0.03, Yellow = 0.33 and Black (K on CMYK) = 0.01.

Color convert

RGB252245169-
CMYK00.030.330.01
HSL54.94º93.26%82.55%-
HSV(B)54.94º32.94%98.82%-
XYZ79.9688.8650.47-
YUV238.4388.82137.68-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 37.84%
GREEN value IS 245 (96.09% from 255) = 36.79%
BLUE value IS 169 (66.41% from 255) = 25.38%
R=37.84%
G=36.79%
B=25.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.33
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25224516900.030.330.0154.9493.2682.55
HexFCF5A903211375d53
Octal3743652510341167135123
Binary111111001111010110101001011100001111011110111011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCF5A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCF5A9; }

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

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

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

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

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

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

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

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