#F7FEA2

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

Shades of Shalimar #F7FEA2

Tints of Shalimar #F7FEA2

Color information

#F7FEA2 (or 0xF7FEA2) is unknown color: approx Shalimar. HEX triplet: F7, FE and A2. RGB value is (247,254,162). Sum of RGB (Red+Green+Blue) = 247+254+162=663 (87% of max value = 765). Red value is 247 (96.88% from 255 or 37.25% from 663); Green value is 254 (99.61% from 255 or 38.31% from 663); Blue value is 162 (63.67% from 255 or 24.43% from 663); Max value from RGB is 254 - color contains mainly: green. Hex color #F7FEA2 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F7FEA2 is #08015D. Grayscale: #F1F1F1. Windows color (decimal): -524638 or 10682103. OLE color: 10682103.

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

Color convert

RGB247254162-
CMYK0.0300.360.00
HSL64.57º97.87%81.57%-
HSV(B)64.57º36.22%99.61%-
XYZ80.3293.2747.95-
YUV241.4283.18131.98-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 37.25%
GREEN value IS 254 (99.61% from 255) = 38.31%
BLUE value IS 162 (63.67% from 255) = 24.43%
R=37.25%
G=38.31%
B=24.43%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2472541620.0300.360.0064.5797.8781.57
HexF7FEA230240416252
Octal36737624230440101142122
Binary1111011111111110101000101101001000100000111000101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F7FEA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F7FEA2; }

 p { color: rgb(247,254,162); }

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

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

 a { background-color: rgb(247,254,162); }

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

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

 span { border-color: rgb(247,254,162); }

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