#FCF8AE

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

Shades of Shalimar #FCF8AE

Tints of Shalimar #FCF8AE

Color information

#FCF8AE (or 0xFCF8AE) is unknown color: approx Shalimar. HEX triplet: FC, F8 and AE. RGB value is (252,248,174). Sum of RGB (Red+Green+Blue) = 252+248+174=674 (89% of max value = 765). Red value is 252 (98.83% from 255 or 37.39% from 674); Green value is 248 (97.27% from 255 or 36.80% from 674); Blue value is 174 (68.36% from 255 or 25.82% from 674); Max value from RGB is 252 - color contains mainly: red. Hex color #FCF8AE is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FCF8AE is #030751. Grayscale: #F1F1F1. Windows color (decimal): -198482 or 11467004. OLE color: 11467004.

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

Color convert

RGB252248174-
CMYK00.020.310.01
HSL56.92º92.86%83.53%-
HSV(B)56.92º30.95%98.82%-
XYZ81.3590.8953.3-
YUV240.7690.33136.02-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 37.39%
GREEN value IS 248 (97.27% from 255) = 36.80%
BLUE value IS 174 (68.36% from 255) = 25.82%
R=37.39%
G=36.80%
B=25.82%

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
Decimal25224817400.020.310.0156.9292.8683.53
HexFCF8AE021F1395d54
Octal3743702560237171135124
Binary11111100111110001010111001011111111100110111011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCF8AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCF8AE; }

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

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

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

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

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

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

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

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