Html Css Color HEX #F7F9A6 Shalimar

📋 copy color: '#F7F9A6'

red 247 ◦ green 249 ◦ blue 166

#F7F9A6
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Shalimar #F7F9A6

Tints of Shalimar #F7F9A6

RGB

 RED value IS 247 (96.88% from 255) = 37.31%

 GREEN value IS 249 (97.66% from 255) = 37.61%

 BLUE value IS 166 (65.23% from 255) = 25.08%

R = 37.31%
G = 37.61%
B = 25.08%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.33

 K value IS 0.02

RGB Variations

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

Color information

#F7F9A6 (or 0xF7F9A6) is known color: Shalimar. HEX triplet: F7, F9 and A6. RGB value is (247,249,166). Sum of RGB (Red+Green+Blue) = 247+249+166=662 (87% of max value = 765). Red value is 247 (96.88% from 255 or 37.31% from 662); Green value is 249 (97.66% from 255 or 37.61% from 662); Blue value is 166 (65.23% from 255 or 25.08% from 662); Max value from RGB is 249 - color contains mainly: green. Hex color #F7F9A6 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F7F9A6 is #080659. Grayscale: #EFEFEF. Windows color (decimal): -525914 or 10942967. OLE color: 10942967.

HSL color Cylindrical-coordinate representation of color #F7F9A6: hue angle of 61.45º degrees, saturation: 0.87, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #F7F9A6 is Cyan = 0.01, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.02.

Color convert

RGB 247 249 166 -
CMYK 0.01 0 0.33 0.02
HSL 61.45º 0.87% 0.81% -
HSV(B) 61.45º 0.33% 0.98% -
XYZ 79.12 90.28 49.33 -
YUV 238.94 86.84 133.75 -
System Red Green Blue C M Y K H S L
Decimal 247 249 166 0.01 0 0.33 0.02 61.45 0.87 0.81
Hex F7 F9 A6 1 0 21 2 3D 57 51
Octal 367 371 246 1 0 41 2 75 127 121
Binary 11110111 11111001 10100110 1 0 100001 10 111101 1010111 1010001

Color Harmonies of #F7F9A6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F7F9A6

Black with #F7F9A6

Text Example


Text Example

White with #F7F9A6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F7F9A6; }

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

 H1.HeaderClassName
 {
   color: #F7F9A6;
 }
 .AnyTagClassName
 {
   color: #F7F9A6;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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