#FCFEA4

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

Shades of Shalimar #FCFEA4

Tints of Shalimar #FCFEA4

Color information

#FCFEA4 (or 0xFCFEA4) is unknown color: approx Shalimar. HEX triplet: FC, FE and A4. RGB value is (252,254,164). Sum of RGB (Red+Green+Blue) = 252+254+164=670 (88% of max value = 765). Red value is 252 (98.83% from 255 or 37.61% from 670); Green value is 254 (99.61% from 255 or 37.91% from 670); Blue value is 164 (64.45% from 255 or 24.48% from 670); Max value from RGB is 254 - color contains mainly: green. Hex color #FCFEA4 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FCFEA4 is #03015B. Grayscale: #F3F3F3. Windows color (decimal): -196956 or 10813180. OLE color: 10813180.

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

Color convert

RGB252254164-
CMYK0.0100.350.00
HSL61.33º97.83%81.96%-
HSV(B)61.33º35.43%99.61%-
XYZ82.2994.2648.98-
YUV243.1483.34134.32-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 37.61%
GREEN value IS 254 (99.61% from 255) = 37.91%
BLUE value IS 164 (64.45% from 255) = 24.48%
R=37.61%
G=37.91%
B=24.48%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2522541640.0100.350.0061.3397.8381.96
HexFCFEA4102303d6252
Octal3743762441043075142122
Binary11111100111111101010010010100011011110111000101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCFEA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCFEA4; }

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

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

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

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

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

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

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

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