#FCF1AC

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

Shades of Shalimar #FCF1AC

Tints of Shalimar #FCF1AC

Color information

#FCF1AC (or 0xFCF1AC) is unknown color: approx Shalimar. HEX triplet: FC, F1 and AC. RGB value is (252,241,172). Sum of RGB (Red+Green+Blue) = 252+241+172=665 (88% of max value = 765). Red value is 252 (98.83% from 255 or 37.89% from 665); Green value is 241 (94.53% from 255 or 36.24% from 665); Blue value is 172 (67.58% from 255 or 25.86% from 665); Max value from RGB is 252 - color contains mainly: red. Hex color #FCF1AC is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FCF1AC is #030E53. Grayscale: #ECECEC. Windows color (decimal): -200276 or 11334140. OLE color: 11334140.

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

Color convert

RGB252241172-
CMYK00.040.320.01
HSL51.75º93.02%83.14%-
HSV(B)51.75º31.75%98.82%-
XYZ79.0586.5851.58-
YUV236.4291.64139.11-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 37.89%
GREEN value IS 241 (94.53% from 255) = 36.24%
BLUE value IS 172 (67.58% from 255) = 25.86%
R=37.89%
G=36.24%
B=25.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.32
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25224117200.040.320.0151.7593.0283.14
HexFCF1AC04201345d53
Octal3743612540440164135123
Binary1111110011110001101011000100100000111010010111011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCF1AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCF1AC; }

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

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

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

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

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

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

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

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