Html Css Color HEX #FFF6B3 Shalimar

📋 copy color: '#FFF6B3'

red 255 ◦ green 246 ◦ blue 179

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

Shades of Shalimar #FFF6B3

Tints of Shalimar #FFF6B3

RGB

 RED value IS 255 (100% from 255) = 37.5%

 GREEN value IS 246 (96.48% from 255) = 36.18%

 BLUE value IS 179 (70.31% from 255) = 26.32%

R = 37.5%
G = 36.18%
B = 26.32%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.30

 K value IS 0

RGB Variations

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

Color information

#FFF6B3 (or 0xFFF6B3) is known color: Shalimar. HEX triplet: FF, F6 and B3. RGB value is (255,246,179). Sum of RGB (Red+Green+Blue) = 255+246+179=680 (90% of max value = 765). Red value is 255 (100% from 255 or 37.5% from 680); Green value is 246 (96.48% from 255 or 36.18% from 680); Blue value is 179 (70.31% from 255 or 26.32% from 680); Max value from RGB is 255 - color contains mainly: red. Hex color #FFF6B3 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FFF6B3 is #00094C. Grayscale: #F1F1F1. Windows color (decimal): -2381 or 11794175. OLE color: 11794175.

HSL color Cylindrical-coordinate representation of color #FFF6B3: hue angle of 52.89º degrees, saturation: 1, lightness: 0.85%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #FFF6B3 is Cyan = 0, Magento = 0.04, Yellow = 0.30 and Black (K on CMYK) = 0.

Color convert

RGB 255 246 179 -
CMYK 0 0.04 0.30 0
HSL 52.89º 1% 0.85% -
HSV(B) 52.89º 0.3% 1% -
XYZ 82.33 90.43 55.76 -
YUV 241.05 92.98 137.95 -
System Red Green Blue C M Y K H S L
Decimal 255 246 179 0 0.04 0.30 0 52.89 1 0.85
Hex FF F6 B3 0 4 1E 0 35 64 55
Octal 377 366 263 0 4 36 0 65 144 125
Binary 11111111 11110110 10110011 0 100 11110 0 110101 1100100 1010101

Color Harmonies of #FFF6B3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFF6B3

Black with #FFF6B3

Text Example


Text Example

White with #FFF6B3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFF6B3; }

 p { color: rgb(255,246,179); }

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

background-color css

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

 a { background-color: rgb(255,246,179); }

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

border-color css

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

 span { border-color: rgb(255,246,179); }

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