Html Css Color HEX #F6F4B1 Shalimar

📋 copy color: '#F6F4B1'

red 246 ◦ green 244 ◦ blue 177

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

Shades of Shalimar #F6F4B1

Tints of Shalimar #F6F4B1

RGB

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

 GREEN value IS 244 (95.7% from 255) = 36.58%

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

R = 36.88%
G = 36.58%
B = 26.54%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.28

 K value IS 0.04

RGB Variations

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

Color information

#F6F4B1 (or 0xF6F4B1) is known color: Shalimar. HEX triplet: F6, F4 and B1. RGB value is (246,244,177). Sum of RGB (Red+Green+Blue) = 246+244+177=667 (88% of max value = 765). Red value is 246 (96.48% from 255 or 36.88% from 667); Green value is 244 (95.70% from 255 or 36.58% from 667); Blue value is 177 (69.53% from 255 or 26.54% from 667); Max value from RGB is 246 - color contains mainly: red. Hex color #F6F4B1 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F6F4B1 is #090B4E. Grayscale: #EDEDED. Windows color (decimal): -592719 or 11662582. OLE color: 11662582.

HSL color Cylindrical-coordinate representation of color #F6F4B1: hue angle of 58.26º degrees, saturation: 0.79, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #F6F4B1 is Cyan = 0, Magento = 0.01, Yellow = 0.28 and Black (K on CMYK) = 0.04.

Color convert

RGB 246 244 177 -
CMYK 0 0.01 0.28 0.04
HSL 58.26º 0.79% 0.83% -
HSV(B) 58.26º 0.28% 0.96% -
XYZ 78.29 87.47 54.35 -
YUV 236.96 94.16 134.45 -
System Red Green Blue C M Y K H S L
Decimal 246 244 177 0 0.01 0.28 0.04 58.26 0.79 0.83
Hex F6 F4 B1 0 1 1C 4 3A 4F 53
Octal 366 364 261 0 1 34 4 72 117 123
Binary 11110110 11110100 10110001 0 1 11100 100 111010 1001111 1010011

Color Harmonies of #F6F4B1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F6F4B1

Black with #F6F4B1

Text Example


Text Example

White with #F6F4B1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F6F4B1; }

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

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

background-color css

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

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

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

border-color css

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

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

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