#F4F4AB

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

Shades of Shalimar #F4F4AB

Tints of Shalimar #F4F4AB

Color information

#F4F4AB (or 0xF4F4AB) is unknown color: approx Shalimar. HEX triplet: F4, F4 and AB. RGB value is (244,244,171). Sum of RGB (Red+Green+Blue) = 244+244+171=659 (87% of max value = 765). Red value is 244 (95.70% from 255 or 37.03% from 659); Green value is 244 (95.70% from 255 or 37.03% from 659); Blue value is 171 (67.19% from 255 or 25.95% from 659); Max value from RGB is 244 - color contains mainly: red, green. Hex color #F4F4AB is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F4F4AB is #0B0B54. Grayscale: #EBEBEB. Windows color (decimal): -723797 or 11269364. OLE color: 11269364.

HSL color Cylindrical-coordinate representation of color #F4F4AB: hue angle of 60º 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 #F4F4AB is Cyan = 0, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.04.

Color convert

RGB244244171-
CMYK000.300.04
HSL60º76.84%81.37%-
HSV(B)60º29.92%95.69%-
XYZ77.0186.8751.24-
YUV235.6891.5133.94-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 37.03%
GREEN value IS 244 (95.70% from 255) = 37.03%
BLUE value IS 171 (67.19% from 255) = 25.95%
R=37.03%
G=37.03%
B=25.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal244244171000.300.046076.8481.37
HexF4F4AB001E43c4d51
Octal3643642530036474115121
Binary111101001111010010101011001111010011110010011011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F4F4AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F4F4AB; }

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

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

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

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

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

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

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

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