#FCF1AE

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

Shades of Shalimar #FCF1AE

Tints of Shalimar #FCF1AE

Color information

#FCF1AE (or 0xFCF1AE) is unknown color: approx Shalimar. HEX triplet: FC, F1 and AE. RGB value is (252,241,174). Sum of RGB (Red+Green+Blue) = 252+241+174=667 (88% of max value = 765). Red value is 252 (98.83% from 255 or 37.78% from 667); Green value is 241 (94.53% from 255 or 36.13% from 667); Blue value is 174 (68.36% from 255 or 26.09% from 667); Max value from RGB is 252 - color contains mainly: red. Hex color #FCF1AE is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FCF1AE is #030E51. Grayscale: #ECECEC. Windows color (decimal): -200274 or 11465212. OLE color: 11465212.

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

Color convert

RGB252241174-
CMYK00.040.310.01
HSL51.54º92.86%83.53%-
HSV(B)51.54º30.95%98.82%-
XYZ79.2486.6652.6-
YUV236.6592.64138.95-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 37.78%
GREEN value IS 241 (94.53% from 255) = 36.13%
BLUE value IS 174 (68.36% from 255) = 26.09%
R=37.78%
G=36.13%
B=26.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.31
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25224117400.040.310.0151.5492.8683.53
HexFCF1AE041F1345d54
Octal3743612560437164135124
Binary111111001111000110101110010011111111010010111011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCF1AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCF1AE; }

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

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

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

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

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

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

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

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