#FCF8A8

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

Shades of Shalimar #FCF8A8

Tints of Shalimar #FCF8A8

Color information

#FCF8A8 (or 0xFCF8A8) is unknown color: approx Shalimar. HEX triplet: FC, F8 and A8. RGB value is (252,248,168). Sum of RGB (Red+Green+Blue) = 252+248+168=668 (88% of max value = 765). Red value is 252 (98.83% from 255 or 37.72% from 668); Green value is 248 (97.27% from 255 or 37.13% from 668); Blue value is 168 (66.02% from 255 or 25.15% from 668); Max value from RGB is 252 - color contains mainly: red. Hex color #FCF8A8 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FCF8A8 is #030757. Grayscale: #F0F0F0. Windows color (decimal): -198488 or 11073788. OLE color: 11073788.

HSL color Cylindrical-coordinate representation of color #FCF8A8: hue angle of 57.14º degrees, saturation: 0.93, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #FCF8A8 is Cyan = 0, Magento = 0.02, Yellow = 0.33 and Black (K on CMYK) = 0.01.

Color convert

RGB252248168-
CMYK00.020.330.01
HSL57.14º93.33%82.35%-
HSV(B)57.14º33.33%98.82%-
XYZ80.7890.6650.29-
YUV240.0887.33136.5-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 37.72%
GREEN value IS 248 (97.27% from 255) = 37.13%
BLUE value IS 168 (66.02% from 255) = 25.15%
R=37.72%
G=37.13%
B=25.15%

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
Decimal25224816800.020.330.0157.1493.3382.35
HexFCF8A802211395d52
Octal3743702500241171135122
Binary111111001111100010101000010100001111100110111011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCF8A8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCF8A8; }

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

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

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

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

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

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

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

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