#F7FAA3

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

Shades of Shalimar #F7FAA3

Tints of Shalimar #F7FAA3

Color information

#F7FAA3 (or 0xF7FAA3) is unknown color: approx Shalimar. HEX triplet: F7, FA and A3. RGB value is (247,250,163). Sum of RGB (Red+Green+Blue) = 247+250+163=660 (87% of max value = 765). Red value is 247 (96.88% from 255 or 37.42% from 660); Green value is 250 (98.05% from 255 or 37.88% from 660); Blue value is 163 (64.06% from 255 or 24.70% from 660); Max value from RGB is 250 - color contains mainly: green. Hex color #F7FAA3 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F7FAA3 is #08055C. Grayscale: #EFEFEF. Windows color (decimal): -525661 or 10746615. OLE color: 10746615.

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

Color convert

RGB247250163-
CMYK0.0100.350.02
HSL62.07º89.69%80.98%-
HSV(B)62.07º34.8%98.04%-
XYZ79.1590.7948-
YUV239.1885.01133.57-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 37.42%
GREEN value IS 250 (98.05% from 255) = 37.88%
BLUE value IS 163 (64.06% from 255) = 24.70%
R=37.42%
G=37.88%
B=24.70%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2472501630.0100.350.0262.0789.6980.98
HexF7FAA3102323e5a51
Octal3673722431043276132121
Binary111101111111101010100011101000111011111010110101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F7FAA3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F7FAA3; }

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

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

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

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

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

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

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

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