#FCF8AD

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

Shades of Shalimar #FCF8AD

Tints of Shalimar #FCF8AD

Color information

#FCF8AD (or 0xFCF8AD) is unknown color: approx Shalimar. HEX triplet: FC, F8 and AD. RGB value is (252,248,173). Sum of RGB (Red+Green+Blue) = 252+248+173=673 (89% of max value = 765). Red value is 252 (98.83% from 255 or 37.44% from 673); Green value is 248 (97.27% from 255 or 36.85% from 673); Blue value is 173 (67.97% from 255 or 25.71% from 673); Max value from RGB is 252 - color contains mainly: red. Hex color #FCF8AD is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FCF8AD is #030752. Grayscale: #F0F0F0. Windows color (decimal): -198483 or 11401468. OLE color: 11401468.

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

Color convert

RGB252248173-
CMYK00.020.310.01
HSL56.96º92.94%83.33%-
HSV(B)56.96º31.35%98.82%-
XYZ81.2690.8552.79-
YUV240.6589.83136.1-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 37.44%
GREEN value IS 248 (97.27% from 255) = 36.85%
BLUE value IS 173 (67.97% from 255) = 25.71%
R=37.44%
G=36.85%
B=25.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.31
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25224817300.020.310.0156.9692.9483.33
HexFCF8AD021F1395d53
Octal3743702550237171135123
Binary11111100111110001010110101011111111100110111011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCF8AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCF8AD; }

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

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

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

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

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

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

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

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