#F2F0A9

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

Shades of Shalimar #F2F0A9

Tints of Shalimar #F2F0A9

Color information

#F2F0A9 (or 0xF2F0A9) is unknown color: approx Shalimar. HEX triplet: F2, F0 and A9. RGB value is (242,240,169). Sum of RGB (Red+Green+Blue) = 242+240+169=651 (86% of max value = 765). Red value is 242 (94.92% from 255 or 37.17% from 651); Green value is 240 (94.14% from 255 or 36.87% from 651); Blue value is 169 (66.41% from 255 or 25.96% from 651); Max value from RGB is 242 - color contains mainly: red. Hex color #F2F0A9 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F2F0A9 is #0D0F56. Grayscale: #E8E8E8. Windows color (decimal): -855895 or 11137266. OLE color: 11137266.

HSL color Cylindrical-coordinate representation of color #F2F0A9: hue angle of 58.36º degrees, saturation: 0.74, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #F2F0A9 is Cyan = 0, Magento = 0.01, Yellow = 0.30 and Black (K on CMYK) = 0.05.

Color convert

RGB242240169-
CMYK00.010.300.05
HSL58.36º73.74%80.59%-
HSV(B)58.36º30.17%94.9%-
XYZ74.9484.0649.81-
YUV232.592.16134.77-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 37.17%
GREEN value IS 240 (94.14% from 255) = 36.87%
BLUE value IS 169 (66.41% from 255) = 25.96%
R=37.17%
G=36.87%
B=25.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.30
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24224016900.010.300.0558.3673.7480.59
HexF2F0A9011E53a4a51
Octal3623602510136572112121
Binary111100101111000010101001011111010111101010010101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2F0A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2F0A9; }

 p { color: rgb(242,240,169); }

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

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

 a { background-color: rgb(242,240,169); }

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

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

 span { border-color: rgb(242,240,169); }

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