Html Css Color HEX #F6F9B1 Shalimar

📋 copy color: '#F6F9B1'

red 246 ◦ green 249 ◦ blue 177

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

Shades of Shalimar #F6F9B1

Tints of Shalimar #F6F9B1

RGB

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

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

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

R = 36.61%
G = 37.05%
B = 26.34%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.29

 K value IS 0.02

RGB Variations

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

Color information

#F6F9B1 (or 0xF6F9B1) is known color: Shalimar. HEX triplet: F6, F9 and B1. RGB value is (246,249,177). Sum of RGB (Red+Green+Blue) = 246+249+177=672 (89% of max value = 765). Red value is 246 (96.48% from 255 or 36.61% from 672); Green value is 249 (97.66% from 255 or 37.05% from 672); Blue value is 177 (69.53% from 255 or 26.34% from 672); Max value from RGB is 249 - color contains mainly: green. Hex color #F6F9B1 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F6F9B1 is #09064E. Grayscale: #F0F0F0. Windows color (decimal): -591439 or 11663862. OLE color: 11663862.

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

Color convert

RGB 246 249 177 -
CMYK 0.01 0 0.29 0.02
HSL 62.5º 0.86% 0.84% -
HSV(B) 62.5º 0.29% 0.98% -
XYZ 79.82 90.52 54.86 -
YUV 239.9 92.51 132.35 -
System Red Green Blue C M Y K H S L
Decimal 246 249 177 0.01 0 0.29 0.02 62.5 0.86 0.84
Hex F6 F9 B1 1 0 1D 2 3F 56 54
Octal 366 371 261 1 0 35 2 77 126 124
Binary 11110110 11111001 10110001 1 0 11101 10 111111 1010110 1010100

Color Harmonies of #F6F9B1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F6F9B1

Black with #F6F9B1

Text Example


Text Example

White with #F6F9B1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F6F9B1; }

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

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

background-color css

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

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

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

border-color css

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

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

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