#FCF8AB

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

Shades of Shalimar #FCF8AB

Tints of Shalimar #FCF8AB

Color information

#FCF8AB (or 0xFCF8AB) is unknown color: approx Shalimar. HEX triplet: FC, F8 and AB. RGB value is (252,248,171). Sum of RGB (Red+Green+Blue) = 252+248+171=671 (88% of max value = 765). Red value is 252 (98.83% from 255 or 37.56% from 671); Green value is 248 (97.27% from 255 or 36.96% from 671); Blue value is 171 (67.19% from 255 or 25.48% from 671); Max value from RGB is 252 - color contains mainly: red. Hex color #FCF8AB is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FCF8AB is #030754. Grayscale: #F0F0F0. Windows color (decimal): -198485 or 11270396. OLE color: 11270396.

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

Color convert

RGB252248171-
CMYK00.020.320.01
HSL57.04º93.1%82.94%-
HSV(B)57.04º32.14%98.82%-
XYZ81.0690.7751.78-
YUV240.4288.83136.26-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 37.56%
GREEN value IS 248 (97.27% from 255) = 36.96%
BLUE value IS 171 (67.19% from 255) = 25.48%
R=37.56%
G=36.96%
B=25.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.32
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25224817100.020.320.0157.0493.182.94
HexFCF8AB02201395d53
Octal3743702530240171135123
Binary111111001111100010101011010100000111100110111011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCF8AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCF8AB; }

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

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

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

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

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

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

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

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