#FCF0AC

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

Shades of Shalimar #FCF0AC

Tints of Shalimar #FCF0AC

Color information

#FCF0AC (or 0xFCF0AC) is unknown color: approx Shalimar. HEX triplet: FC, F0 and AC. RGB value is (252,240,172). Sum of RGB (Red+Green+Blue) = 252+240+172=664 (87% of max value = 765). Red value is 252 (98.83% from 255 or 37.95% from 664); Green value is 240 (94.14% from 255 or 36.14% from 664); Blue value is 172 (67.58% from 255 or 25.90% from 664); Max value from RGB is 252 - color contains mainly: red. Hex color #FCF0AC is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FCF0AC is #030F53. Grayscale: #ECECEC. Windows color (decimal): -200532 or 11333884. OLE color: 11333884.

HSL color Cylindrical-coordinate representation of color #FCF0AC: hue angle of 51º degrees, saturation: 0.93, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #FCF0AC is Cyan = 0, Magento = 0.05, Yellow = 0.32 and Black (K on CMYK) = 0.01.

Color convert

RGB252240172-
CMYK00.050.320.01
HSL51º93.02%83.14%-
HSV(B)51º31.75%98.82%-
XYZ78.7585.9951.48-
YUV235.8491.98139.53-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 37.95%
GREEN value IS 240 (94.14% from 255) = 36.14%
BLUE value IS 172 (67.58% from 255) = 25.90%
R=37.95%
G=36.14%
B=25.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.32
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25224017200.050.320.015193.0283.14
HexFCF0AC05201335d53
Octal3743602540540163135123
Binary1111110011110000101011000101100000111001110111011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCF0AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCF0AC; }

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

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

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

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

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

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

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

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