#FCF0AA

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

Shades of Shalimar #FCF0AA

Tints of Shalimar #FCF0AA

Color information

#FCF0AA (or 0xFCF0AA) is unknown color: approx Shalimar. HEX triplet: FC, F0 and AA. RGB value is (252,240,170). Sum of RGB (Red+Green+Blue) = 252+240+170=662 (87% of max value = 765). Red value is 252 (98.83% from 255 or 38.07% from 662); Green value is 240 (94.14% from 255 or 36.25% from 662); Blue value is 170 (66.80% from 255 or 25.68% from 662); Max value from RGB is 252 - color contains mainly: red. Hex color #FCF0AA is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FCF0AA is #030F55. Grayscale: #EBEBEB. Windows color (decimal): -200534 or 11202812. OLE color: 11202812.

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

Color convert

RGB252240170-
CMYK00.050.330.01
HSL51.22º93.18%82.75%-
HSV(B)51.22º32.54%98.82%-
XYZ78.5685.9250.47-
YUV235.6190.98139.69-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 38.07%
GREEN value IS 240 (94.14% from 255) = 36.25%
BLUE value IS 170 (66.80% from 255) = 25.68%
R=38.07%
G=36.25%
B=25.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.33
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25224017000.050.330.0151.2293.1882.75
HexFCF0AA05211335d53
Octal3743602520541163135123
Binary1111110011110000101010100101100001111001110111011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCF0AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCF0AA; }

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

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

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

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

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

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

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

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