#F7FAAE

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

Shades of Shalimar #F7FAAE

Tints of Shalimar #F7FAAE

Color information

#F7FAAE (or 0xF7FAAE) is unknown color: approx Shalimar. HEX triplet: F7, FA and AE. RGB value is (247,250,174). Sum of RGB (Red+Green+Blue) = 247+250+174=671 (88% of max value = 765). Red value is 247 (96.88% from 255 or 36.81% from 671); Green value is 250 (98.05% from 255 or 37.26% from 671); Blue value is 174 (68.36% from 255 or 25.93% from 671); Max value from RGB is 250 - color contains mainly: green. Hex color #F7FAAE is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F7FAAE is #080551. Grayscale: #F0F0F0. Windows color (decimal): -525650 or 11467511. OLE color: 11467511.

HSL color Cylindrical-coordinate representation of color #F7FAAE: hue angle of 62.37º degrees, saturation: 0.88, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #F7FAAE is Cyan = 0.01, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.02.

Color convert

RGB247250174-
CMYK0.0100.300.02
HSL62.37º88.37%83.14%-
HSV(B)62.37º30.4%98.04%-
XYZ80.1891.253.42-
YUV240.4490.51132.68-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 36.81%
GREEN value IS 250 (98.05% from 255) = 37.26%
BLUE value IS 174 (68.36% from 255) = 25.93%
R=36.81%
G=37.26%
B=25.93%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2472501740.0100.300.0262.3788.3783.14
HexF7FAAE101E23e5853
Octal3673722561036276130123
Binary11110111111110101010111010111101011111010110001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F7FAAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F7FAAE; }

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

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

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

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

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

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

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

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