#FCF4A5

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

Shades of Shalimar #FCF4A5

Tints of Shalimar #FCF4A5

Color information

#FCF4A5 (or 0xFCF4A5) is unknown color: approx Shalimar. HEX triplet: FC, F4 and A5. RGB value is (252,244,165). Sum of RGB (Red+Green+Blue) = 252+244+165=661 (87% of max value = 765). Red value is 252 (98.83% from 255 or 38.12% from 661); Green value is 244 (95.70% from 255 or 36.91% from 661); Blue value is 165 (64.84% from 255 or 24.96% from 661); Max value from RGB is 252 - color contains mainly: red. Hex color #FCF4A5 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FCF4A5 is #030B5A. Grayscale: #EDEDED. Windows color (decimal): -199515 or 10876156. OLE color: 10876156.

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

Color convert

RGB252244165-
CMYK00.030.350.01
HSL54.48º93.55%81.76%-
HSV(B)54.48º34.52%98.82%-
XYZ79.2988.1148.43-
YUV237.3987.15138.42-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 38.12%
GREEN value IS 244 (95.70% from 255) = 36.91%
BLUE value IS 165 (64.84% from 255) = 24.96%
R=38.12%
G=36.91%
B=24.96%

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
Decimal25224416500.030.350.0154.4893.5581.76
HexFCF4A503231365e52
Octal3743642450343166136122
Binary111111001111010010100101011100011111011010111101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCF4A5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCF4A5; }

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

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

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

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

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

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

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

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