#F7F6B3

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

Shades of Shalimar #F7F6B3

Tints of Shalimar #F7F6B3

Color information

#F7F6B3 (or 0xF7F6B3) is unknown color: approx Shalimar. HEX triplet: F7, F6 and B3. RGB value is (247,246,179). Sum of RGB (Red+Green+Blue) = 247+246+179=672 (89% of max value = 765). Red value is 247 (96.88% from 255 or 36.76% from 672); Green value is 246 (96.48% from 255 or 36.61% from 672); Blue value is 179 (70.31% from 255 or 26.64% from 672); Max value from RGB is 247 - color contains mainly: red. Hex color #F7F6B3 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F7F6B3 is #08094C. Grayscale: #EEEEEE. Windows color (decimal): -526669 or 11794167. OLE color: 11794167.

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

Color convert

RGB247246179-
CMYK00.000.280.03
HSL59.12º80.95%83.53%-
HSV(B)59.12º27.53%96.86%-
XYZ79.4588.9455.63-
YUV238.6694.33133.95-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 36.76%
GREEN value IS 246 (96.48% from 255) = 36.61%
BLUE value IS 179 (70.31% from 255) = 26.64%
R=36.76%
G=36.61%
B=26.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.00
Y (Yellow) values IS 0.28
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24724617900.000.280.0359.1280.9583.53
HexF7F6B3001C33b5154
Octal3673662630034373121124
Binary11110111111101101011001100111001111101110100011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F7F6B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F7F6B3; }

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

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

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

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

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

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

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

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