#F7F6AF

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

Shades of Shalimar #F7F6AF

Tints of Shalimar #F7F6AF

Color information

#F7F6AF (or 0xF7F6AF) is unknown color: approx Shalimar. HEX triplet: F7, F6 and AF. RGB value is (247,246,175). Sum of RGB (Red+Green+Blue) = 247+246+175=668 (88% of max value = 765). Red value is 247 (96.88% from 255 or 36.98% from 668); Green value is 246 (96.48% from 255 or 36.83% from 668); Blue value is 175 (68.75% from 255 or 26.20% from 668); Max value from RGB is 247 - color contains mainly: red. Hex color #F7F6AF is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F7F6AF is #080950. Grayscale: #EEEEEE. Windows color (decimal): -526673 or 11532023. OLE color: 11532023.

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

Color convert

RGB247246175-
CMYK00.000.290.03
HSL59.17º81.82%82.75%-
HSV(B)59.17º29.15%96.86%-
XYZ79.0588.7853.53-
YUV238.292.33134.27-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 36.98%
GREEN value IS 246 (96.48% from 255) = 36.83%
BLUE value IS 175 (68.75% from 255) = 26.20%
R=36.98%
G=36.83%
B=26.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.00
Y (Yellow) values IS 0.29
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24724617500.000.290.0359.1781.8282.75
HexF7F6AF001D33b5253
Octal3673662570035373122123
Binary11110111111101101010111100111011111101110100101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F7F6AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F7F6AF; }

 p { color: rgb(247,246,175); }

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

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

 a { background-color: rgb(247,246,175); }

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

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

 span { border-color: rgb(247,246,175); }

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