#FCF1AB

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

Shades of Shalimar #FCF1AB

Tints of Shalimar #FCF1AB

Color information

#FCF1AB (or 0xFCF1AB) is unknown color: approx Shalimar. HEX triplet: FC, F1 and AB. RGB value is (252,241,171). Sum of RGB (Red+Green+Blue) = 252+241+171=664 (87% of max value = 765). Red value is 252 (98.83% from 255 or 37.95% from 664); Green value is 241 (94.53% from 255 or 36.30% from 664); Blue value is 171 (67.19% from 255 or 25.75% from 664); Max value from RGB is 252 - color contains mainly: red. Hex color #FCF1AB is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FCF1AB is #030E54. Grayscale: #ECECEC. Windows color (decimal): -200277 or 11268604. OLE color: 11268604.

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

Color convert

RGB252241171-
CMYK00.040.320.01
HSL51.85º93.1%82.94%-
HSV(B)51.85º32.14%98.82%-
XYZ78.9586.5551.07-
YUV236.3191.14139.19-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 37.95%
GREEN value IS 241 (94.53% from 255) = 36.30%
BLUE value IS 171 (67.19% from 255) = 25.75%
R=37.95%
G=36.30%
B=25.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.32
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25224117100.040.320.0151.8593.182.94
HexFCF1AB04201345d53
Octal3743612530440164135123
Binary1111110011110001101010110100100000111010010111011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCF1AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCF1AB; }

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

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

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

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

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

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

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

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