#FCFEA7

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

Shades of Shalimar #FCFEA7

Tints of Shalimar #FCFEA7

Color information

#FCFEA7 (or 0xFCFEA7) is unknown color: approx Shalimar. HEX triplet: FC, FE and A7. RGB value is (252,254,167). Sum of RGB (Red+Green+Blue) = 252+254+167=673 (89% of max value = 765). Red value is 252 (98.83% from 255 or 37.44% from 673); Green value is 254 (99.61% from 255 or 37.74% from 673); Blue value is 167 (65.62% from 255 or 24.81% from 673); Max value from RGB is 254 - color contains mainly: green. Hex color #FCFEA7 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FCFEA7 is #030158. Grayscale: #F3F3F3. Windows color (decimal): -196953 or 11009788. OLE color: 11009788.

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

Color convert

RGB252254167-
CMYK0.0100.340.00
HSL61.38º97.75%82.55%-
HSV(B)61.38º34.25%99.61%-
XYZ82.5694.3750.42-
YUV243.4884.84134.07-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 37.44%
GREEN value IS 254 (99.61% from 255) = 37.74%
BLUE value IS 167 (65.62% from 255) = 24.81%
R=37.44%
G=37.74%
B=24.81%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2522541670.0100.340.0061.3897.7582.55
HexFCFEA7102203d6253
Octal3743762471042075142123
Binary11111100111111101010011110100010011110111000101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCFEA7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCFEA7; }

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

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

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

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

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

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

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

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