#F8F1AE

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

Shades of Shalimar #F8F1AE

Tints of Shalimar #F8F1AE

Color information

#F8F1AE (or 0xF8F1AE) is unknown color: approx Shalimar. HEX triplet: F8, F1 and AE. RGB value is (248,241,174). Sum of RGB (Red+Green+Blue) = 248+241+174=663 (87% of max value = 765). Red value is 248 (97.27% from 255 or 37.41% from 663); Green value is 241 (94.53% from 255 or 36.35% from 663); Blue value is 174 (68.36% from 255 or 26.24% from 663); Max value from RGB is 248 - color contains mainly: red. Hex color #F8F1AE is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F8F1AE is #070E51. Grayscale: #EBEBEB. Windows color (decimal): -462418 or 11465208. OLE color: 11465208.

HSL color Cylindrical-coordinate representation of color #F8F1AE: hue angle of 54.32º degrees, saturation: 0.84, 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 #F8F1AE is Cyan = 0, Magento = 0.03, Yellow = 0.30 and Black (K on CMYK) = 0.03.

Color convert

RGB248241174-
CMYK00.030.300.03
HSL54.32º84.09%82.75%-
HSV(B)54.32º29.84%97.25%-
XYZ77.8185.9252.53-
YUV235.4693.32136.95-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 37.41%
GREEN value IS 241 (94.53% from 255) = 36.35%
BLUE value IS 174 (68.36% from 255) = 26.24%
R=37.41%
G=36.35%
B=26.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.30
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24824117400.030.300.0354.3284.0982.75
HexF8F1AE031E3365453
Octal3703612560336366124123
Binary111110001111000110101110011111101111011010101001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F8F1AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F8F1AE; }

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

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

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

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

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

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

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

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