#FCF4AA

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

Shades of Shalimar #FCF4AA

Tints of Shalimar #FCF4AA

Color information

#FCF4AA (or 0xFCF4AA) is unknown color: approx Shalimar. HEX triplet: FC, F4 and AA. RGB value is (252,244,170). Sum of RGB (Red+Green+Blue) = 252+244+170=666 (88% of max value = 765). Red value is 252 (98.83% from 255 or 37.84% from 666); Green value is 244 (95.70% from 255 or 36.64% from 666); Blue value is 170 (66.80% from 255 or 25.53% from 666); Max value from RGB is 252 - color contains mainly: red. Hex color #FCF4AA is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FCF4AA is #030B55. Grayscale: #EEEEEE. Windows color (decimal): -199510 or 11203836. OLE color: 11203836.

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

Color convert

RGB252244170-
CMYK00.030.330.01
HSL54.15º93.18%82.75%-
HSV(B)54.15º32.54%98.82%-
XYZ79.7588.350.87-
YUV237.9689.65138.02-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 37.84%
GREEN value IS 244 (95.70% from 255) = 36.64%
BLUE value IS 170 (66.80% from 255) = 25.53%
R=37.84%
G=36.64%
B=25.53%

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
Decimal25224417000.030.330.0154.1593.1882.75
HexFCF4AA03211365d53
Octal3743642520341166135123
Binary111111001111010010101010011100001111011010111011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCF4AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCF4AA; }

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

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

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

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

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

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

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

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