#FCF2AE

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

Shades of Shalimar #FCF2AE

Tints of Shalimar #FCF2AE

Color information

#FCF2AE (or 0xFCF2AE) is unknown color: approx Shalimar. HEX triplet: FC, F2 and AE. RGB value is (252,242,174). Sum of RGB (Red+Green+Blue) = 252+242+174=668 (88% of max value = 765). Red value is 252 (98.83% from 255 or 37.72% from 668); Green value is 242 (94.92% from 255 or 36.23% from 668); Blue value is 174 (68.36% from 255 or 26.05% from 668); Max value from RGB is 252 - color contains mainly: red. Hex color #FCF2AE is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FCF2AE is #030D51. Grayscale: #EDEDED. Windows color (decimal): -200018 or 11465468. OLE color: 11465468.

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

Color convert

RGB252242174-
CMYK00.040.310.01
HSL52.31º92.86%83.53%-
HSV(B)52.31º30.95%98.82%-
XYZ79.5487.2652.69-
YUV237.2492.31138.53-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 37.72%
GREEN value IS 242 (94.92% from 255) = 36.23%
BLUE value IS 174 (68.36% from 255) = 26.05%
R=37.72%
G=36.23%
B=26.05%

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
Decimal25224217400.040.310.0152.3192.8683.53
HexFCF2AE041F1345d54
Octal3743622560437164135124
Binary111111001111001010101110010011111111010010111011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCF2AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCF2AE; }

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

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

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

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

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

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

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

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