#F5FAA3

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

Shades of Shalimar #F5FAA3

Tints of Shalimar #F5FAA3

Color information

#F5FAA3 (or 0xF5FAA3) is unknown color: approx Shalimar. HEX triplet: F5, FA and A3. RGB value is (245,250,163). Sum of RGB (Red+Green+Blue) = 245+250+163=658 (87% of max value = 765). Red value is 245 (96.09% from 255 or 37.23% from 658); Green value is 250 (98.05% from 255 or 37.99% from 658); Blue value is 163 (64.06% from 255 or 24.77% from 658); Max value from RGB is 250 - color contains mainly: green. Hex color #F5FAA3 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F5FAA3 is #0A055C. Grayscale: #EEEEEE. Windows color (decimal): -656733 or 10746613. OLE color: 10746613.

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

Color convert

RGB245250163-
CMYK0.0200.350.02
HSL63.45º89.69%80.98%-
HSV(B)63.45º34.8%98.04%-
XYZ78.4590.4347.97-
YUV238.5985.34132.57-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 37.23%
GREEN value IS 250 (98.05% from 255) = 37.99%
BLUE value IS 163 (64.06% from 255) = 24.77%
R=37.23%
G=37.99%
B=24.77%

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
Decimal2452501630.0200.350.0263.4589.6980.98
HexF5FAA3202323f5a51
Octal3653722432043277132121
Binary1111010111111010101000111001000111011111110110101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5FAA3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5FAA3; }

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

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

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

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

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

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

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

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