#F5FAA2

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

Shades of Shalimar #F5FAA2

Tints of Shalimar #F5FAA2

Color information

#F5FAA2 (or 0xF5FAA2) is unknown color: approx Shalimar. HEX triplet: F5, FA and A2. RGB value is (245,250,162). Sum of RGB (Red+Green+Blue) = 245+250+162=657 (87% of max value = 765). Red value is 245 (96.09% from 255 or 37.29% from 657); Green value is 250 (98.05% from 255 or 38.05% from 657); Blue value is 162 (63.67% from 255 or 24.66% from 657); Max value from RGB is 250 - color contains mainly: green. Hex color #F5FAA2 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F5FAA2 is #0A055D. Grayscale: #EEEEEE. Windows color (decimal): -656734 or 10681077. OLE color: 10681077.

HSL color Cylindrical-coordinate representation of color #F5FAA2: hue angle of 63.41º degrees, saturation: 0.9, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #F5FAA2 is Cyan = 0.02, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.02.

Color convert

RGB245250162-
CMYK0.0200.350.02
HSL63.41º89.8%80.78%-
HSV(B)63.41º35.2%98.04%-
XYZ78.3690.3947.5-
YUV238.4784.84132.66-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 37.29%
GREEN value IS 250 (98.05% from 255) = 38.05%
BLUE value IS 162 (63.67% from 255) = 24.66%
R=37.29%
G=38.05%
B=24.66%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2452501620.0200.350.0263.4189.880.78
HexF5FAA2202323f5a51
Octal3653722422043277132121
Binary1111010111111010101000101001000111011111110110101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5FAA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5FAA2; }

 p { color: rgb(245,250,162); }

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

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

 a { background-color: rgb(245,250,162); }

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

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

 span { border-color: rgb(245,250,162); }

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