#FEFCAC

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

Shades of Shalimar #FEFCAC

Tints of Shalimar #FEFCAC

Color information

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

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

Color convert

RGB254252172-
CMYK00.010.320.00
HSL58.54º97.62%83.53%-
HSV(B)58.54º32.28%99.61%-
XYZ83.1393.6752.73-
YUV243.4887.66135.5-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.32
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25425217200.010.320.0058.5497.6283.53
HexFEFCAC012003b6254
Octal3763742540140073142124
Binary11111110111111001010110001100000011101111000101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEFCAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEFCAC; }

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

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

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

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

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

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

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

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