#FEFCA5

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

Shades of Shalimar #FEFCA5

Tints of Shalimar #FEFCA5

Color information

#FEFCA5 (or 0xFEFCA5) is unknown color: approx Shalimar. HEX triplet: FE, FC and A5. RGB value is (254,252,165). Sum of RGB (Red+Green+Blue) = 254+252+165=671 (88% of max value = 765). Red value is 254 (99.61% from 255 or 37.85% from 671); Green value is 252 (98.83% from 255 or 37.56% from 671); Blue value is 165 (64.84% from 255 or 24.59% from 671); Max value from RGB is 254 - color contains mainly: red. Hex color #FEFCA5 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FEFCA5 is #01035A. Grayscale: #F3F3F3. Windows color (decimal): -66395 or 10878206. OLE color: 10878206.

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

Color convert

RGB254252165-
CMYK00.010.350.00
HSL58.65º97.8%82.16%-
HSV(B)58.65º35.04%99.61%-
XYZ82.4793.4149.28-
YUV242.6884.16136.07-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 37.85%
GREEN value IS 252 (98.83% from 255) = 37.56%
BLUE value IS 165 (64.84% from 255) = 24.59%
R=37.85%
G=37.56%
B=24.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.35
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25425216500.010.350.0058.6597.882.16
HexFEFCA5012303b6252
Octal3763742450143073142122
Binary11111110111111001010010101100011011101111000101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEFCA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEFCA5; }

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

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

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

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

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

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

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

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