#FCF9A4

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

Shades of Shalimar #FCF9A4

Tints of Shalimar #FCF9A4

Color information

#FCF9A4 (or 0xFCF9A4) is unknown color: approx Shalimar. HEX triplet: FC, F9 and A4. RGB value is (252,249,164). Sum of RGB (Red+Green+Blue) = 252+249+164=665 (88% of max value = 765). Red value is 252 (98.83% from 255 or 37.89% from 665); Green value is 249 (97.66% from 255 or 37.44% from 665); Blue value is 164 (64.45% from 255 or 24.66% from 665); Max value from RGB is 252 - color contains mainly: red. Hex color #FCF9A4 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FCF9A4 is #03065B. Grayscale: #F0F0F0. Windows color (decimal): -198236 or 10811900. OLE color: 10811900.

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

Color convert

RGB252249164-
CMYK00.010.350.01
HSL57.95º93.62%81.57%-
HSV(B)57.95º34.92%98.82%-
XYZ80.7291.1348.46-
YUV240.2184.99136.41-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 37.89%
GREEN value IS 249 (97.66% from 255) = 37.44%
BLUE value IS 164 (64.45% from 255) = 24.66%
R=37.89%
G=37.44%
B=24.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.35
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25224916400.010.350.0157.9593.6281.57
HexFCF9A4012313a5e52
Octal3743712440143172136122
Binary11111100111110011010010001100011111101010111101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCF9A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCF9A4; }

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

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

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

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

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

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

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

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