#F7F1AE

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

Shades of Shalimar #F7F1AE

Tints of Shalimar #F7F1AE

Color information

#F7F1AE (or 0xF7F1AE) is unknown color: approx Shalimar. HEX triplet: F7, F1 and AE. RGB value is (247,241,174). Sum of RGB (Red+Green+Blue) = 247+241+174=662 (87% of max value = 765). Red value is 247 (96.88% from 255 or 37.31% from 662); Green value is 241 (94.53% from 255 or 36.40% from 662); Blue value is 174 (68.36% from 255 or 26.28% from 662); Max value from RGB is 247 - color contains mainly: red. Hex color #F7F1AE is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F7F1AE is #080E51. Grayscale: #EBEBEB. Windows color (decimal): -527954 or 11465207. OLE color: 11465207.

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

Color convert

RGB247241174-
CMYK00.020.300.03
HSL55.07º82.02%82.55%-
HSV(B)55.07º29.55%96.86%-
XYZ77.4585.7452.51-
YUV235.1693.49136.45-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 37.31%
GREEN value IS 241 (94.53% from 255) = 36.40%
BLUE value IS 174 (68.36% from 255) = 26.28%
R=37.31%
G=36.40%
B=26.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.30
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24724117400.020.300.0355.0782.0282.55
HexF7F1AE021E3375253
Octal3673612560236367122123
Binary111101111111000110101110010111101111011110100101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F7F1AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F7F1AE; }

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

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

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

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

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

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

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

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