#F0F1A6

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

Shades of Shalimar #F0F1A6

Tints of Shalimar #F0F1A6

Color information

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

HSL color Cylindrical-coordinate representation of color #F0F1A6: hue angle of 60.8º 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 #F0F1A6 is Cyan = 0.00, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.05.

Color convert

RGB240241166-
CMYK0.0000.310.05
HSL60.8º72.82%79.8%-
HSV(B)60.8º31.12%94.51%-
XYZ74.2784.1948.41-
YUV232.1590.67133.6-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2402411660.0000.310.0560.872.8279.8
HexF0F1A6001F53d4950
Octal3603612460037575111120
Binary111100001111000110100110001111110111110110010011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0F1A6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0F1A6; }

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

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

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

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

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

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

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

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