#FCF4AC

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

Shades of Shalimar #FCF4AC

Tints of Shalimar #FCF4AC

Color information

#FCF4AC (or 0xFCF4AC) is unknown color: approx Shalimar. HEX triplet: FC, F4 and AC. RGB value is (252,244,172). Sum of RGB (Red+Green+Blue) = 252+244+172=668 (88% of max value = 765). Red value is 252 (98.83% from 255 or 37.72% from 668); Green value is 244 (95.70% from 255 or 36.53% from 668); Blue value is 172 (67.58% from 255 or 25.75% from 668); Max value from RGB is 252 - color contains mainly: red. Hex color #FCF4AC is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FCF4AC is #030B53. Grayscale: #EEEEEE. Windows color (decimal): -199508 or 11334908. OLE color: 11334908.

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

Color convert

RGB252244172-
CMYK00.030.320.01
HSL54º93.02%83.14%-
HSV(B)54º31.75%98.82%-
XYZ79.9488.3851.87-
YUV238.1890.65137.85-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 37.72%
GREEN value IS 244 (95.70% from 255) = 36.53%
BLUE value IS 172 (67.58% from 255) = 25.75%
R=37.72%
G=36.53%
B=25.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.32
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25224417200.030.320.015493.0283.14
HexFCF4AC03201365d53
Octal3743642540340166135123
Binary111111001111010010101100011100000111011010111011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCF4AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCF4AC; }

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

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

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

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

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

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

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

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