#FCF1AD

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

Shades of Shalimar #FCF1AD

Tints of Shalimar #FCF1AD

Color information

#FCF1AD (or 0xFCF1AD) is unknown color: approx Shalimar. HEX triplet: FC, F1 and AD. RGB value is (252,241,173). Sum of RGB (Red+Green+Blue) = 252+241+173=666 (88% of max value = 765). Red value is 252 (98.83% from 255 or 37.84% from 666); Green value is 241 (94.53% from 255 or 36.19% from 666); Blue value is 173 (67.97% from 255 or 25.98% from 666); Max value from RGB is 252 - color contains mainly: red. Hex color #FCF1AD is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FCF1AD is #030E52. Grayscale: #ECECEC. Windows color (decimal): -200275 or 11399676. OLE color: 11399676.

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

Color convert

RGB252241173-
CMYK00.040.310.01
HSL51.65º92.94%83.33%-
HSV(B)51.65º31.35%98.82%-
XYZ79.1486.6252.08-
YUV236.5492.14139.03-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 37.84%
GREEN value IS 241 (94.53% from 255) = 36.19%
BLUE value IS 173 (67.97% from 255) = 25.98%
R=37.84%
G=36.19%
B=25.98%

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
Decimal25224117300.040.310.0151.6592.9483.33
HexFCF1AD041F1345d53
Octal3743612550437164135123
Binary111111001111000110101101010011111111010010111011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCF1AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCF1AD; }

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

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

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

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

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

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

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

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