#F8FEA5

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

Shades of Shalimar #F8FEA5

Tints of Shalimar #F8FEA5

Color information

#F8FEA5 (or 0xF8FEA5) is unknown color: approx Shalimar. HEX triplet: F8, FE and A5. RGB value is (248,254,165). Sum of RGB (Red+Green+Blue) = 248+254+165=667 (88% of max value = 765). Red value is 248 (97.27% from 255 or 37.18% from 667); Green value is 254 (99.61% from 255 or 38.08% from 667); Blue value is 165 (64.84% from 255 or 24.74% from 667); Max value from RGB is 254 - color contains mainly: green. Hex color #F8FEA5 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F8FEA5 is #07015A. Grayscale: #F2F2F2. Windows color (decimal): -459099 or 10878712. OLE color: 10878712.

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

Color convert

RGB248254165-
CMYK0.0200.350.00
HSL64.04º97.8%82.16%-
HSV(B)64.04º35.04%99.61%-
XYZ80.9493.5649.39-
YUV242.0684.51132.24-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 37.18%
GREEN value IS 254 (99.61% from 255) = 38.08%
BLUE value IS 165 (64.84% from 255) = 24.74%
R=37.18%
G=38.08%
B=24.74%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2482541650.0200.350.0064.0497.882.16
HexF8FEA520230406252
Octal37037624520430100142122
Binary1111100011111110101001011001000110100000011000101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F8FEA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F8FEA5; }

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

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

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

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

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

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

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

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