#FCFEAE

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

Shades of Shalimar #FCFEAE

Tints of Shalimar #FCFEAE

Color information

#FCFEAE (or 0xFCFEAE) is unknown color: approx Shalimar. HEX triplet: FC, FE and AE. RGB value is (252,254,174). Sum of RGB (Red+Green+Blue) = 252+254+174=680 (90% of max value = 765). Red value is 252 (98.83% from 255 or 37.06% from 680); Green value is 254 (99.61% from 255 or 37.35% from 680); Blue value is 174 (68.36% from 255 or 25.59% from 680); Max value from RGB is 254 - color contains mainly: green. Hex color #FCFEAE is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FCFEAE is #030151. Grayscale: #F4F4F4. Windows color (decimal): -196946 or 11468540. OLE color: 11468540.

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

Color convert

RGB252254174-
CMYK0.0100.310.00
HSL61.5º97.56%83.92%-
HSV(B)61.5º31.5%99.61%-
XYZ83.2394.6453.92-
YUV244.2888.34133.5-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 37.06%
GREEN value IS 254 (99.61% from 255) = 37.35%
BLUE value IS 174 (68.36% from 255) = 25.59%
R=37.06%
G=37.35%
B=25.59%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2522541740.0100.310.0061.597.5683.92
HexFCFEAE101F03e6254
Octal3743762561037076142124
Binary1111110011111110101011101011111011111011000101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCFEAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCFEAE; }

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

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

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

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

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

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

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

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