#F4F6AA

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

Shades of Shalimar #F4F6AA

Tints of Shalimar #F4F6AA

Color information

#F4F6AA (or 0xF4F6AA) is unknown color: approx Shalimar. HEX triplet: F4, F6 and AA. RGB value is (244,246,170). Sum of RGB (Red+Green+Blue) = 244+246+170=660 (87% of max value = 765). Red value is 244 (95.70% from 255 or 36.97% from 660); Green value is 246 (96.48% from 255 or 37.27% from 660); Blue value is 170 (66.80% from 255 or 25.76% from 660); Max value from RGB is 246 - color contains mainly: green. Hex color #F4F6AA is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F4F6AA is #0B0955. Grayscale: #EDEDED. Windows color (decimal): -723286 or 11204340. OLE color: 11204340.

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

Color convert

RGB244246170-
CMYK0.0100.310.04
HSL61.58º80.85%81.57%-
HSV(B)61.58º30.89%96.47%-
XYZ77.5288.0550.94-
YUV236.7490.34133.18-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 36.97%
GREEN value IS 246 (96.48% from 255) = 37.27%
BLUE value IS 170 (66.80% from 255) = 25.76%
R=36.97%
G=37.27%
B=25.76%

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
Decimal2442461700.0100.310.0461.5880.8581.57
HexF4F6AA101F43e5152
Octal3643662521037476121122
Binary111101001111011010101010101111110011111010100011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F4F6AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F4F6AA; }

 p { color: rgb(244,246,170); }

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

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

 a { background-color: rgb(244,246,170); }

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

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

 span { border-color: rgb(244,246,170); }

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