#FCF5A5

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

Shades of Shalimar #FCF5A5

Tints of Shalimar #FCF5A5

Color information

#FCF5A5 (or 0xFCF5A5) is unknown color: approx Shalimar. HEX triplet: FC, F5 and A5. RGB value is (252,245,165). Sum of RGB (Red+Green+Blue) = 252+245+165=662 (87% of max value = 765). Red value is 252 (98.83% from 255 or 38.07% from 662); Green value is 245 (96.09% from 255 or 37.01% from 662); Blue value is 165 (64.84% from 255 or 24.92% from 662); Max value from RGB is 252 - color contains mainly: red. Hex color #FCF5A5 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FCF5A5 is #030A5A. Grayscale: #EEEEEE. Windows color (decimal): -199259 or 10876412. OLE color: 10876412.

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

Color convert

RGB252245165-
CMYK00.030.350.01
HSL55.17º93.55%81.76%-
HSV(B)55.17º34.52%98.82%-
XYZ79.5988.7248.53-
YUV237.9786.82138-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 38.07%
GREEN value IS 245 (96.09% from 255) = 37.01%
BLUE value IS 165 (64.84% from 255) = 24.92%
R=38.07%
G=37.01%
B=24.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.35
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25224516500.030.350.0155.1793.5581.76
HexFCF5A503231375e52
Octal3743652450343167136122
Binary111111001111010110100101011100011111011110111101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCF5A5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCF5A5; }

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

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

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

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

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

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

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

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