#F7F4AB

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

Shades of Shalimar #F7F4AB

Tints of Shalimar #F7F4AB

Color information

#F7F4AB (or 0xF7F4AB) is unknown color: approx Shalimar. HEX triplet: F7, F4 and AB. RGB value is (247,244,171). Sum of RGB (Red+Green+Blue) = 247+244+171=662 (87% of max value = 765). Red value is 247 (96.88% from 255 or 37.31% from 662); Green value is 244 (95.70% from 255 or 36.86% from 662); Blue value is 171 (67.19% from 255 or 25.83% from 662); Max value from RGB is 247 - color contains mainly: red. Hex color #F7F4AB is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F7F4AB is #080B54. Grayscale: #ECECEC. Windows color (decimal): -527189 or 11269367. OLE color: 11269367.

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

Color convert

RGB247244171-
CMYK00.010.310.03
HSL57.63º82.61%81.96%-
HSV(B)57.63º30.77%96.86%-
XYZ78.0687.4251.29-
YUV236.5790.99135.44-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 37.31%
GREEN value IS 244 (95.70% from 255) = 36.86%
BLUE value IS 171 (67.19% from 255) = 25.83%
R=37.31%
G=36.86%
B=25.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.31
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24724417100.010.310.0357.6382.6181.96
HexF7F4AB011F33a5352
Octal3673642530137372123122
Binary11110111111101001010101101111111111101010100111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F7F4AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F7F4AB; }

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

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

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

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

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

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

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

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