#F7FAA8

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

Shades of Shalimar #F7FAA8

Tints of Shalimar #F7FAA8

Color information

#F7FAA8 (or 0xF7FAA8) is unknown color: approx Shalimar. HEX triplet: F7, FA and A8. RGB value is (247,250,168). Sum of RGB (Red+Green+Blue) = 247+250+168=665 (88% of max value = 765). Red value is 247 (96.88% from 255 or 37.14% from 665); Green value is 250 (98.05% from 255 or 37.59% from 665); Blue value is 168 (66.02% from 255 or 25.26% from 665); Max value from RGB is 250 - color contains mainly: green. Hex color #F7FAA8 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F7FAA8 is #080557. Grayscale: #F0F0F0. Windows color (decimal): -525656 or 11074295. OLE color: 11074295.

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

Color convert

RGB247250168-
CMYK0.0100.330.02
HSL62.2º89.13%81.96%-
HSV(B)62.2º32.8%98.04%-
XYZ79.6190.9750.41-
YUV239.7687.51133.17-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 37.14%
GREEN value IS 250 (98.05% from 255) = 37.59%
BLUE value IS 168 (66.02% from 255) = 25.26%
R=37.14%
G=37.59%
B=25.26%

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
Decimal2472501680.0100.330.0262.289.1381.96
HexF7FAA8102123e5952
Octal3673722501041276131122
Binary111101111111101010101000101000011011111010110011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F7FAA8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F7FAA8; }

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

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

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

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

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

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

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

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