#F1F0A6

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

Shades of Shalimar #F1F0A6

Tints of Shalimar #F1F0A6

Color information

#F1F0A6 (or 0xF1F0A6) is unknown color: approx Shalimar. HEX triplet: F1, F0 and A6. RGB value is (241,240,166). Sum of RGB (Red+Green+Blue) = 241+240+166=647 (85% of max value = 765). Red value is 241 (94.53% from 255 or 37.25% from 647); Green value is 240 (94.14% from 255 or 37.09% from 647); Blue value is 166 (65.23% from 255 or 25.66% from 647); Max value from RGB is 241 - color contains mainly: red. Hex color #F1F0A6 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F1F0A6 is #0E0F59. Grayscale: #E8E8E8. Windows color (decimal): -921434 or 10940657. OLE color: 10940657.

HSL color Cylindrical-coordinate representation of color #F1F0A6: hue angle of 59.2º degrees, saturation: 0.73, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #F1F0A6 is Cyan = 0, Magento = 0.00, Yellow = 0.31 and Black (K on CMYK) = 0.05.

Color convert

RGB241240166-
CMYK00.000.310.05
HSL59.2º72.82%79.8%-
HSV(B)59.2º31.12%94.51%-
XYZ74.3283.7748.33-
YUV231.8690.83134.52-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 37.25%
GREEN value IS 240 (94.14% from 255) = 37.09%
BLUE value IS 166 (65.23% from 255) = 25.66%
R=37.25%
G=37.09%
B=25.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.00
Y (Yellow) values IS 0.31
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24124016600.000.310.0559.272.8279.8
HexF1F0A6001F53b4950
Octal3613602460037573111120
Binary111100011111000010100110001111110111101110010011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1F0A6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1F0A6; }

 p { color: rgb(241,240,166); }

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

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

 a { background-color: rgb(241,240,166); }

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

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

 span { border-color: rgb(241,240,166); }

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