#FCF1AA

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

Shades of Shalimar #FCF1AA

Tints of Shalimar #FCF1AA

Color information

#FCF1AA (or 0xFCF1AA) is unknown color: approx Shalimar. HEX triplet: FC, F1 and AA. RGB value is (252,241,170). Sum of RGB (Red+Green+Blue) = 252+241+170=663 (87% of max value = 765). Red value is 252 (98.83% from 255 or 38.01% from 663); Green value is 241 (94.53% from 255 or 36.35% from 663); Blue value is 170 (66.80% from 255 or 25.64% from 663); Max value from RGB is 252 - color contains mainly: red. Hex color #FCF1AA is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FCF1AA is #030E55. Grayscale: #ECECEC. Windows color (decimal): -200278 or 11203068. OLE color: 11203068.

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

Color convert

RGB252241170-
CMYK00.040.330.01
HSL51.95º93.18%82.75%-
HSV(B)51.95º32.54%98.82%-
XYZ78.8686.5150.57-
YUV236.290.64139.27-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 38.01%
GREEN value IS 241 (94.53% from 255) = 36.35%
BLUE value IS 170 (66.80% from 255) = 25.64%
R=38.01%
G=36.35%
B=25.64%

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
Decimal25224117000.040.330.0151.9593.1882.75
HexFCF1AA04211345d53
Octal3743612520441164135123
Binary1111110011110001101010100100100001111010010111011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCF1AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCF1AA; }

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

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

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

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

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

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

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

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