#F2F5A4

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

Shades of Shalimar #F2F5A4

Tints of Shalimar #F2F5A4

Color information

#F2F5A4 (or 0xF2F5A4) is unknown color: approx Shalimar. HEX triplet: F2, F5 and A4. RGB value is (242,245,164). Sum of RGB (Red+Green+Blue) = 242+245+164=651 (86% of max value = 765). Red value is 242 (94.92% from 255 or 37.17% from 651); Green value is 245 (96.09% from 255 or 37.63% from 651); Blue value is 164 (64.45% from 255 or 25.19% from 651); Max value from RGB is 245 - color contains mainly: green. Hex color #F2F5A4 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F2F5A4 is #0D0A5B. Grayscale: #EBEBEB. Windows color (decimal): -854620 or 10810866. OLE color: 10810866.

HSL color Cylindrical-coordinate representation of color #F2F5A4: hue angle of 62.22º degrees, saturation: 0.8, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #F2F5A4 is Cyan = 0.01, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.04.

Color convert

RGB242245164-
CMYK0.0100.330.04
HSL62.22º80.2%80.2%-
HSV(B)62.22º33.06%96.08%-
XYZ75.9786.8647.88-
YUV234.8788.01133.09-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 37.17%
GREEN value IS 245 (96.09% from 255) = 37.63%
BLUE value IS 164 (64.45% from 255) = 25.19%
R=37.17%
G=37.63%
B=25.19%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2422451640.0100.330.0462.2280.280.2
HexF2F5A4102143e5050
Octal3623652441041476120120
Binary1111001011110101101001001010000110011111010100001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2F5A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2F5A4; }

 p { color: rgb(242,245,164); }

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

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

 a { background-color: rgb(242,245,164); }

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

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

 span { border-color: rgb(242,245,164); }

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