#FCF8A9

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

Shades of Shalimar #FCF8A9

Tints of Shalimar #FCF8A9

Color information

#FCF8A9 (or 0xFCF8A9) is unknown color: approx Shalimar. HEX triplet: FC, F8 and A9. RGB value is (252,248,169). Sum of RGB (Red+Green+Blue) = 252+248+169=669 (88% of max value = 765). Red value is 252 (98.83% from 255 or 37.67% from 669); Green value is 248 (97.27% from 255 or 37.07% from 669); Blue value is 169 (66.41% from 255 or 25.26% from 669); Max value from RGB is 252 - color contains mainly: red. Hex color #FCF8A9 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FCF8A9 is #030756. Grayscale: #F0F0F0. Windows color (decimal): -198487 or 11139324. OLE color: 11139324.

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

Color convert

RGB252248169-
CMYK00.020.330.01
HSL57.11º93.26%82.55%-
HSV(B)57.11º32.94%98.82%-
XYZ80.8790.6950.78-
YUV240.1987.83136.42-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 37.67%
GREEN value IS 248 (97.27% from 255) = 37.07%
BLUE value IS 169 (66.41% from 255) = 25.26%
R=37.67%
G=37.07%
B=25.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.33
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25224816900.020.330.0157.1193.2682.55
HexFCF8A902211395d53
Octal3743702510241171135123
Binary111111001111100010101001010100001111100110111011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCF8A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCF8A9; }

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

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

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

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

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

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

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

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