#F2F4A9

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

Shades of Shalimar #F2F4A9

Tints of Shalimar #F2F4A9

Color information

#F2F4A9 (or 0xF2F4A9) is unknown color: approx Shalimar. HEX triplet: F2, F4 and A9. RGB value is (242,244,169). Sum of RGB (Red+Green+Blue) = 242+244+169=655 (86% of max value = 765). Red value is 242 (94.92% from 255 or 36.95% from 655); Green value is 244 (95.70% from 255 or 37.25% from 655); Blue value is 169 (66.41% from 255 or 25.80% from 655); Max value from RGB is 244 - color contains mainly: green. Hex color #F2F4A9 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F2F4A9 is #0D0B56. Grayscale: #EBEBEB. Windows color (decimal): -854871 or 11138290. OLE color: 11138290.

HSL color Cylindrical-coordinate representation of color #F2F4A9: hue angle of 61.6º degrees, saturation: 0.77, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #F2F4A9 is Cyan = 0.01, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.04.

Color convert

RGB242244169-
CMYK0.0100.310.04
HSL61.6º77.32%80.98%-
HSV(B)61.6º30.74%95.69%-
XYZ76.1386.4450.21-
YUV234.8590.84133.1-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 36.95%
GREEN value IS 244 (95.70% from 255) = 37.25%
BLUE value IS 169 (66.41% from 255) = 25.80%
R=36.95%
G=37.25%
B=25.80%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2422441690.0100.310.0461.677.3280.98
HexF2F4A9101F43e4d51
Octal3623642511037476115121
Binary111100101111010010101001101111110011111010011011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2F4A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2F4A9; }

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

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

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

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

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

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

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

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