Html Css Color HEX #F6F7B1 Shalimar

📋 copy color: '#F6F7B1'

red 246 ◦ green 247 ◦ blue 177

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

Shades of Shalimar #F6F7B1

Tints of Shalimar #F6F7B1

RGB

 RED value IS 246 (96.48% from 255) = 36.72%

 GREEN value IS 247 (96.88% from 255) = 36.87%

 BLUE value IS 177 (69.53% from 255) = 26.42%

R = 36.72%
G = 36.87%
B = 26.42%

CMYK

 C value IS 0.00

 M value IS 0

 Y value IS 0.28

 K value IS 0.03

RGB Variations

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

Color information

#F6F7B1 (or 0xF6F7B1) is known color: Shalimar. HEX triplet: F6, F7 and B1. RGB value is (246,247,177). Sum of RGB (Red+Green+Blue) = 246+247+177=670 (88% of max value = 765). Red value is 246 (96.48% from 255 or 36.72% from 670); Green value is 247 (96.88% from 255 or 36.87% from 670); Blue value is 177 (69.53% from 255 or 26.42% from 670); Max value from RGB is 247 - color contains mainly: green. Hex color #F6F7B1 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F6F7B1 is #09084E. Grayscale: #EEEEEE. Windows color (decimal): -591951 or 11663350. OLE color: 11663350.

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

Color convert

RGB 246 247 177 -
CMYK 0.00 0 0.28 0.03
HSL 60.86º 0.81% 0.83% -
HSV(B) 60.86º 0.28% 0.97% -
XYZ 79.2 89.29 54.65 -
YUV 238.72 93.17 133.19 -
System Red Green Blue C M Y K H S L
Decimal 246 247 177 0.00 0 0.28 0.03 60.86 0.81 0.83
Hex F6 F7 B1 0 0 1C 3 3D 51 53
Octal 366 367 261 0 0 34 3 75 121 123
Binary 11110110 11110111 10110001 0 0 11100 11 111101 1010001 1010011

Color Harmonies of #F6F7B1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F6F7B1

Black with #F6F7B1

Text Example


Text Example

White with #F6F7B1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F6F7B1; }

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

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

background-color css

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

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

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

border-color css

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

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

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