#F8FAA8

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

Shades of Shalimar #F8FAA8

Tints of Shalimar #F8FAA8

Color information

#F8FAA8 (or 0xF8FAA8) is unknown color: approx Shalimar. HEX triplet: F8, FA and A8. RGB value is (248,250,168). Sum of RGB (Red+Green+Blue) = 248+250+168=666 (88% of max value = 765). Red value is 248 (97.27% from 255 or 37.24% from 666); Green value is 250 (98.05% from 255 or 37.54% from 666); Blue value is 168 (66.02% from 255 or 25.23% from 666); Max value from RGB is 250 - color contains mainly: green. Hex color #F8FAA8 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F8FAA8 is #070557. Grayscale: #F0F0F0. Windows color (decimal): -460120 or 11074296. OLE color: 11074296.

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

Color convert

RGB248250168-
CMYK0.0100.330.02
HSL61.46º89.13%81.96%-
HSV(B)61.46º32.8%98.04%-
XYZ79.9691.1550.43-
YUV240.0587.34133.67-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 37.24%
GREEN value IS 250 (98.05% from 255) = 37.54%
BLUE value IS 168 (66.02% from 255) = 25.23%
R=37.24%
G=37.54%
B=25.23%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2482501680.0100.330.0261.4689.1381.96
HexF8FAA8102123d5952
Octal3703722501041275131122
Binary111110001111101010101000101000011011110110110011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F8FAA8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F8FAA8; }

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

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

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

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

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

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

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

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