#FCF7AA

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

Shades of Shalimar #FCF7AA

Tints of Shalimar #FCF7AA

Color information

#FCF7AA (or 0xFCF7AA) is unknown color: approx Shalimar. HEX triplet: FC, F7 and AA. RGB value is (252,247,170). Sum of RGB (Red+Green+Blue) = 252+247+170=669 (88% of max value = 765). Red value is 252 (98.83% from 255 or 37.67% from 669); Green value is 247 (96.88% from 255 or 36.92% from 669); Blue value is 170 (66.80% from 255 or 25.41% from 669); Max value from RGB is 252 - color contains mainly: red. Hex color #FCF7AA is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FCF7AA is #030855. Grayscale: #F0F0F0. Windows color (decimal): -198742 or 11204604. OLE color: 11204604.

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

Color convert

RGB252247170-
CMYK00.020.330.01
HSL56.34º93.18%82.75%-
HSV(B)56.34º32.54%98.82%-
XYZ80.6690.1251.17-
YUV239.7288.66136.76-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 37.67%
GREEN value IS 247 (96.88% from 255) = 36.92%
BLUE value IS 170 (66.80% from 255) = 25.41%
R=37.67%
G=36.92%
B=25.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.33
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25224717000.020.330.0156.3493.1882.75
HexFCF7AA02211385d53
Octal3743672520241170135123
Binary111111001111011110101010010100001111100010111011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCF7AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCF7AA; }

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

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

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

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

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

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

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

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