#F4F2AB

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

Shades of Shalimar #F4F2AB

Tints of Shalimar #F4F2AB

Color information

#F4F2AB (or 0xF4F2AB) is unknown color: approx Shalimar. HEX triplet: F4, F2 and AB. RGB value is (244,242,171). Sum of RGB (Red+Green+Blue) = 244+242+171=657 (87% of max value = 765). Red value is 244 (95.70% from 255 or 37.14% from 657); Green value is 242 (94.92% from 255 or 36.83% from 657); Blue value is 171 (67.19% from 255 or 26.03% from 657); Max value from RGB is 244 - color contains mainly: red. Hex color #F4F2AB is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F4F2AB is #0B0D54. Grayscale: #EAEAEA. Windows color (decimal): -724309 or 11268852. OLE color: 11268852.

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

Color convert

RGB244242171-
CMYK00.010.300.04
HSL58.36º76.84%81.37%-
HSV(B)58.36º29.92%95.69%-
XYZ76.4185.6851.04-
YUV234.592.16134.77-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 37.14%
GREEN value IS 242 (94.92% from 255) = 36.83%
BLUE value IS 171 (67.19% from 255) = 26.03%
R=37.14%
G=36.83%
B=26.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.30
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24424217100.010.300.0458.3676.8481.37
HexF4F2AB011E43a4d51
Octal3643622530136472115121
Binary111101001111001010101011011111010011101010011011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F4F2AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F4F2AB; }

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

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

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

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

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

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

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

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