#FCF2A9

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

Shades of Shalimar #FCF2A9

Tints of Shalimar #FCF2A9

Color information

#FCF2A9 (or 0xFCF2A9) is unknown color: approx Shalimar. HEX triplet: FC, F2 and A9. RGB value is (252,242,169). Sum of RGB (Red+Green+Blue) = 252+242+169=663 (87% of max value = 765). Red value is 252 (98.83% from 255 or 38.01% from 663); Green value is 242 (94.92% from 255 or 36.50% from 663); Blue value is 169 (66.41% from 255 or 25.49% from 663); Max value from RGB is 252 - color contains mainly: red. Hex color #FCF2A9 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FCF2A9 is #030D56. Grayscale: #ECECEC. Windows color (decimal): -200023 or 11137788. OLE color: 11137788.

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

Color convert

RGB252242169-
CMYK00.040.330.01
HSL52.77º93.26%82.55%-
HSV(B)52.77º32.94%98.82%-
XYZ79.0687.0650.17-
YUV236.6789.81138.94-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 38.01%
GREEN value IS 242 (94.92% from 255) = 36.50%
BLUE value IS 169 (66.41% from 255) = 25.49%
R=38.01%
G=36.50%
B=25.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.33
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25224216900.040.330.0152.7793.2682.55
HexFCF2A904211355d53
Octal3743622510441165135123
Binary1111110011110010101010010100100001111010110111011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCF2A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCF2A9; }

 p { color: rgb(252,242,169); }

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

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

 a { background-color: rgb(252,242,169); }

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

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

 span { border-color: rgb(252,242,169); }

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