#FCF1A9

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

Shades of Shalimar #FCF1A9

Tints of Shalimar #FCF1A9

Color information

#FCF1A9 (or 0xFCF1A9) is unknown color: approx Shalimar. HEX triplet: FC, F1 and A9. RGB value is (252,241,169). Sum of RGB (Red+Green+Blue) = 252+241+169=662 (87% of max value = 765). Red value is 252 (98.83% from 255 or 38.07% from 662); Green value is 241 (94.53% from 255 or 36.40% from 662); Blue value is 169 (66.41% from 255 or 25.53% from 662); Max value from RGB is 252 - color contains mainly: red. Hex color #FCF1A9 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FCF1A9 is #030E56. Grayscale: #ECECEC. Windows color (decimal): -200279 or 11137532. OLE color: 11137532.

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

Color convert

RGB252241169-
CMYK00.040.330.01
HSL52.05º93.26%82.55%-
HSV(B)52.05º32.94%98.82%-
XYZ78.7686.4750.08-
YUV236.0890.14139.35-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 38.07%
GREEN value IS 241 (94.53% from 255) = 36.40%
BLUE value IS 169 (66.41% from 255) = 25.53%
R=38.07%
G=36.40%
B=25.53%

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
Decimal25224116900.040.330.0152.0593.2682.55
HexFCF1A904211345d53
Octal3743612510441164135123
Binary1111110011110001101010010100100001111010010111011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCF1A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCF1A9; }

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

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

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

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

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

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

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

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