#F8FAA9

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

Shades of Shalimar #F8FAA9

Tints of Shalimar #F8FAA9

Color information

#F8FAA9 (or 0xF8FAA9) is unknown color: approx Shalimar. HEX triplet: F8, FA and A9. RGB value is (248,250,169). Sum of RGB (Red+Green+Blue) = 248+250+169=667 (88% of max value = 765). Red value is 248 (97.27% from 255 or 37.18% from 667); Green value is 250 (98.05% from 255 or 37.48% from 667); Blue value is 169 (66.41% from 255 or 25.34% from 667); Max value from RGB is 250 - color contains mainly: green. Hex color #F8FAA9 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F8FAA9 is #070556. Grayscale: #F0F0F0. Windows color (decimal): -460119 or 11139832. OLE color: 11139832.

HSL color Cylindrical-coordinate representation of color #F8FAA9: hue angle of 61.48º degrees, saturation: 0.89, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #F8FAA9 is Cyan = 0.01, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.02.

Color convert

RGB248250169-
CMYK0.0100.320.02
HSL61.48º89.01%82.16%-
HSV(B)61.48º32.4%98.04%-
XYZ80.0691.1950.92-
YUV240.1787.84133.59-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 37.18%
GREEN value IS 250 (98.05% from 255) = 37.48%
BLUE value IS 169 (66.41% from 255) = 25.34%
R=37.18%
G=37.48%
B=25.34%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2482501690.0100.320.0261.4889.0182.16
HexF8FAA9102023d5952
Octal3703722511040275131122
Binary111110001111101010101001101000001011110110110011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F8FAA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F8FAA9; }

 p { color: rgb(248,250,169); }

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

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

 a { background-color: rgb(248,250,169); }

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

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

 span { border-color: rgb(248,250,169); }

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