#f7f7a6

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

Shades of Shalimar #F7F7A6

Tints of Shalimar #F7F7A6

Color information

#F7F7A6 (or 0xF7F7A6) is unknown color: approx Shalimar. HEX triplet: F7, F7 and A6. RGB value is (247,247,166). Sum of RGB (Red+Green+Blue) = 247+247+166=660 (87% of max value = 765). Red value is 247 (96.88% from 255 or 37.42% from 660); Green value is 247 (96.88% from 255 or 37.42% from 660); Blue value is 166 (65.23% from 255 or 25.15% from 660); Max value from RGB is 247 - color contains mainly: red, green. Hex color #F7F7A6 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F7F7A6 is #080859. Grayscale: #EEEEEE. Windows color (decimal): -526426 or 10942455. OLE color: 10942455.

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

Color convert

RGB247247166-
CMYK000.330.03
HSL60º83.51%80.98%-
HSV(B)60º32.79%96.86%-
XYZ78.589.0549.13-
YUV237.7787.5134.59-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 37.42%
GREEN value IS 247 (96.88% from 255) = 37.42%
BLUE value IS 166 (65.23% from 255) = 25.15%
R=37.42%
G=37.42%
B=25.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal247247166000.330.036083.5180.98
HexF7F7A6002133c5451
Octal3673672460041374124121
Binary111101111111011110100110001000011111110010101001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #f7f7a6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #f7f7a6; }

 p { color: rgb(247,247,166); }

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

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

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

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

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

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

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