#FCFEAC

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

Shades of Shalimar #FCFEAC

Tints of Shalimar #FCFEAC

Color information

#FCFEAC (or 0xFCFEAC) is unknown color: approx Shalimar. HEX triplet: FC, FE and AC. RGB value is (252,254,172). Sum of RGB (Red+Green+Blue) = 252+254+172=678 (89% of max value = 765). Red value is 252 (98.83% from 255 or 37.17% from 678); Green value is 254 (99.61% from 255 or 37.46% from 678); Blue value is 172 (67.58% from 255 or 25.37% from 678); Max value from RGB is 254 - color contains mainly: green. Hex color #FCFEAC is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FCFEAC is #030153. Grayscale: #F4F4F4. Windows color (decimal): -196948 or 11337468. OLE color: 11337468.

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

Color convert

RGB252254172-
CMYK0.0100.320.00
HSL61.46º97.62%83.53%-
HSV(B)61.46º32.28%99.61%-
XYZ83.0394.5652.9-
YUV244.0587.34133.67-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 37.17%
GREEN value IS 254 (99.61% from 255) = 37.46%
BLUE value IS 172 (67.58% from 255) = 25.37%
R=37.17%
G=37.46%
B=25.37%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2522541720.0100.320.0061.4697.6283.53
HexFCFEAC102003d6254
Octal3743762541040075142124
Binary11111100111111101010110010100000011110111000101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCFEAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCFEAC; }

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

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

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

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

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

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

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

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