#f1b3b6 Color Hex Jaguar Rose

Information about Jaguar Rose Color | #0000FF

#f1b3b6 color RGB value is (241,179,182). #f1b3b6 color name is Jaguar Rose color.

#f1b3b6 hex color red value is 241 , green value is 179 and the blue value of its RGB is 182 . Cylindrical-coordinate representations (also known as HSL) of color #f1b3b6 hue: 357 , saturation: 69 and the lightness value of #f1b3b6 is 82

The process color (four color CMYK) of #f1b3b6 color hex is 0 , 10 ,10, 2 .

#f1b3b6

~Jaguar Rose

Color Converions

HEX
#f1b3b6
RGB
241,179,182
LAB
79,24,8
CMYK
0,26,24,5
LCH
79,25,18
XYZ
61,54,52
HSV
357,26,95
HSL
357,69,82

Base Numbers

Base Red Green Blue
Binary 11110001 10110011 10110110
Octal 361 263 266
Decimal 241 179 182
Hex f1 b3 b6

RGB Percentages of Color #f1b3b6

95%
70%
71%

CMYK Percentages of Color #f1b3b6

0%
10%
10%
2%

Color Variations

View this color variations of shades, tints, tones, hues and temperatures.

Shades of #f1b3b6

A shade is created by adding black to a base color, increasing its darkness. Shades appear more dramatic and richer.

10%
#f1b3b6
20%
#d9a1a4
30%
#c18f92
40%
#a97d7f
50%
#916b6d
60%
#795a5b
70%
#604849
80%
#483637
90%
#302424
100%
#181212

Tints of #f1b3b6

A tint is created by adding white to a base color, increasing its lightness. Tints are likely to look pastel and less intense.

10%
#f1b3b6
20%
#f2bbbd
30%
#f4c2c5
40%
#f5cacc
50%
#f7d1d3
60%
#f8d9da
70%
#f9e1e2
80%
#fbe8e9
90%
#fcf0f0
100%
#fef7f8

Tones of #f1b3b6

A tone is created by adding gray to a base color, increasing its lightness. Tones looks more sophisticated and complex than base colors.

10%
#f1b3b6
20%
#e6aeb1
30%
#daa9ab
40%
#cfa4a6
50%
#c49ea0
60%
#b8999b
70%
#ad9495
80%
#a28f90
90%
#968a8a
100%
#8b8585

Color harmonies

Color harmonies are pleasing color schemes created according to their position on a color wheel.

Analogous

Colors of the same luminance and saturation with hues that are adjacent on the color wheel, 30 degrees apart. Smooth transitions.
#f1b3b6
#f1b3cf
#f1b3c2
#f1b3b6
#f1bcb3
#f1c9b3

Complementary

Complementary color schemes are made by picking two opposite colors con the color wheel. They appear vibrant near to each other.
#f1b3b6
#b3f1ee

Split complementary

Split complementary schemes are like complementary but they uses two adiacent colors of the complement. They are more flexible than complementary ones.
#f1b3b6
#e8f1b3
#b3cff1

Triadic

Triadic color schemes are created by picking three colors equally spaced on the color wheel. They appear quite contrasted and multicolored.
#f1b3b6
#b6f1b3
#b3b6f1

Tetradic

Tetradic color schemes are made form two couples of complementary colors in a rectangular shape on the color wheel. They are very versatile, and work best with one dominant color.
#f1b3b6
#d5f1b3
#b3f1ee
#cfb3f1

Monochromatic

Colors of the same hue with luminance values +/-50%. Subtle and refined.
#f1b3b6
#1c1516
#473536
#715456
#9c7476
#c69396

Blindness simulator

Check how a color is perceived by color blind people to create accessible designs.

Normal

#f1b3b6

protanopia

#c6c0bc

deuteranopia

#dbbab2

tritanopia

#f2b0bd

achromatopsia

#c0c0c0

protanomaly

#d6bbba

deuteranomaly

#e3b8b3

achromatopsia

#c0c0c0

tritanomaly

#f1b1bb

achromatomaly

#d2bcbd

Contrast Checker

Verify the contrast of a text on white and black backgrounds.

White background

Poor 2/21
Hello World ! 2

Black background-color

Good 12/21
Hello World !

#f1b3b6 Color CSS Codes

.bgcolor {background-color:#f1b3b6; } 
.forecolor {color:#f1b3b6; }
.bordercolor {border:3px solid #f1b3b6; }
            

#f1b3b6 Text Font Color

<div style="color:#f1b3b6">
Div content here</div>

This sample text font color is #f1b3b6
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.

#f1b3b6 Background Color

<div style="background-color:#f1b3b6">
Div content here</div>
Div content here

#f1b3b6 Border Color

<div style="border:3px solid #f1b3b6">
Div here</div>

This div border color is #f1b3b6

#f1b3b6 Color CSS Codes Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px #f1b3b6; } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #f1b3b6; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #f1b3b6;
  -webkit-box-shadow: 1px 1px 3px 2px #f1b3b6;
  box-shadow: 1px 1px 3px 2px #f1b3b6; }
            

Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #f1b3b6">Text here</p>
            

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #f1b3b6;
              -webkit-box-shadow: 1px 1px 3px 2px #f1b3b6;
              box-shadow:         1px 1px 3px 2px #f1b3b6#f1b3b6">
Div content here</div>

This div box has shadow with color #f1b3b6

More Colors

Partridge Knoll
#a9875b
Otter Tail
#938577
Almond Latte
#d6c0a4
Koopa Green Shell
#58d854
Plum Cake
#d1bfdc
Chamois Leather
#ad8867
Parfait d'Amour
#734f96
Ken Masters Red
#ec2c25
Clover Mist
#6fc288
Cream White
#f2eee2
Old Willow Leaf
#756947
Green Herb
#a4c08a
Peahen
#719e8a
Foggy Bog
#7f8e1d
Board & Batten
#ede7d5
Monarch's Cocoon
#8cb293
Faded Light
#f5e4de
Artisan Red
#ac5b50
Bunni Brown
#6c4522
Holly Bush
#355d51
Not a Cloud in Sight
#85c8d3
Ceramic Glaze
#e8a784
Dove Wing
#d7d9d5
Homeopathic Orange
#f2e6e1
Binrouji Black
#433d3c
Mule Fawn
#884f40
Mauve Stone
#c4bab6
Poised Peach
#ffa99d
Dream State
#efdde1
Inner Space
#285b5f
Cavern Clay
#b69981
American Yellow
#f2b400
Gameboy Screen
#8bac0f
Court Green
#b9b7a0
Lián Hóng Lotus Pink
#f075e6
Bean Shoot
#91923a
March Wind
#bab9b6
Macau
#46c299
Dent Corn
#f2b717
Manure
#ad900d
rating-img
Rate this tool
NaN/5   0 votes