#F7F4AC

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

Shades of Shalimar #F7F4AC

Tints of Shalimar #F7F4AC

Color information

#F7F4AC (or 0xF7F4AC) is unknown color: approx Shalimar. HEX triplet: F7, F4 and AC. RGB value is (247,244,172). Sum of RGB (Red+Green+Blue) = 247+244+172=663 (87% of max value = 765). Red value is 247 (96.88% from 255 or 37.25% from 663); Green value is 244 (95.70% from 255 or 36.80% from 663); Blue value is 172 (67.58% from 255 or 25.94% from 663); Max value from RGB is 247 - color contains mainly: red. Hex color #F7F4AC is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F7F4AC is #080B53. Grayscale: #ECECEC. Windows color (decimal): -527188 or 11334903. OLE color: 11334903.

HSL color Cylindrical-coordinate representation of color #F7F4AC: hue angle of 57.6º degrees, saturation: 0.82, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #F7F4AC is Cyan = 0, Magento = 0.01, Yellow = 0.30 and Black (K on CMYK) = 0.03.

Color convert

RGB247244172-
CMYK00.010.300.03
HSL57.6º82.42%82.16%-
HSV(B)57.6º30.36%96.86%-
XYZ78.1587.4551.79-
YUV236.6991.49135.35-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 37.25%
GREEN value IS 244 (95.70% from 255) = 36.80%
BLUE value IS 172 (67.58% from 255) = 25.94%
R=37.25%
G=36.80%
B=25.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.30
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24724417200.010.300.0357.682.4282.16
HexF7F4AC011E33a5252
Octal3673642540136372122122
Binary11110111111101001010110001111101111101010100101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F7F4AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F7F4AC; }

 p { color: rgb(247,244,172); }

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

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

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

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

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

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

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