COLOR #FB7066

HEX: #FB7066
RGB: (251,112,102)

Color info

#FB7066 contains mainly red color. Web safe color of #FB7066 is #FF6666 (or #F66).

RGB color model

#FB7066 color RGB value is (251,112,102).

  • red value is 251;
  • green value is 112;
  • blue value is 102.
RGB:
(251,112,102)
(98%,44%,40%)

RGB channels and saturation

R 251 of 255 = 98%
G 112 of 255 = 44%
B 102 of 255 = 40%

251
112
102

R + G + B ~ 61%. #FB7066 is quite light color.

Portions of RGB colors in percentages

R + G + B =
251 + 112 + 102 = 465 (100%)
R 251 of 465 ~ 53.98%
G 112 of 465 ~ 24.09%
B 102 of 465 ~ 21.94%

%53.98
%24.09
%21.94

CMYK color model

#FB7066 color CMYK value is (0,55,59,2).

  • cyan value is 0.00%
  • magenta value is 55.38%
  • yellow value is 59.36%
  • key color value is 1.57%
CMYK:
(0,55,59,2)
C0M55Y59K2 
(0%,55%,59%,2%)
(0.00/0.55/0.59/0.02)	

CMYK percentages

%0
%55.38
%59.36
%1.57

Codes

Color #FB7066 in popluar color models

FB7066
RGB251112102
HSL94.90%69.22%
HSB/HSV59.36%98.43%
CMYK0.00%55.38%59.36%
1.57%

Color #FB7066 in popluar number systems.

HEXFB7066
Decimal251112102
Binary1111101111100001100110
Octal373160146

Shades and tints

Shades of #FB7066

#FB7066
(251,112,102)
#E5665D
(229,102,93)
#CF5C54
(207,92,84)
#B9524B
(185,82,75)
#A34842
(163,72,66)
#8D3E39
(141,62,57)
#773430
(119,52,48)
#612A27
(97,42,39)
#4B201E
(75,32,30)
#351615
(53,22,21)
#1F0C0C
(31,12,12)
#000000
(0,0,0)

Tints of #FB7066

#FB7066
(251,112,102)
#FB7D73
(251,125,115)
#FB8A80
(251,138,128)
#FB978D
(251,151,141)
#FBA49A
(251,164,154)
#FBB1A7
(251,177,167)
#FBBEB4
(251,190,180)
#FBCBC1
(251,203,193)
#FBD8CE
(251,216,206)
#FBE5DB
(251,229,219)
#FBF2E8
(251,242,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FB7066 color. Also use rgb(251,112,102) instead hex code.

Text Font Color

.myTextColor { color: #FB7066; }

<p style="color:#FB7066">This sample text font color is #FB7066.</p>

This text font color is #FB7066.


Background Color

.myBgColor { background-color: #FB7066; }

<div style="background-color:#FB7066">Inner text</div>

This div background color is #FB7066.


Border color

.myBorderColor { border: 1px solid #FB7066; }

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

This div border color is #FB7066.


Opacity

.myOpacity80 { color: #FB7066; opacity: 0.8; }

<p style="color:#FB7066;opacity:0.8;">80%</p>

Text with #FB7066 color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #FB7066;}

<p style="text-shadow: 3px 3px 1px #FB7066">Text here.</p>

This text has shadow with #FB7066 color.

.textShadow {text-shadow: 3px 3px 1px #FB7066, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #FB7066, 5px 5px 20px red">Text here.</p>

This text has shadow with #FB7066 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#FB7066, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#FB7066, Direction=45, Strength=4)">Text</p>

This text has shadow with #FB7066 and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #FB7066;
  -webkit-box-shadow:	1px 1px 3px 2px #FB7066;
  box-shadow:		1px 1px 3px 2px #FB7066;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #FB7066;
-webkit-box-shadow: 1px 1px 3px 2px #FB7066;
box-shadow:1px 1px 3px 2px #FB7066;">
Div content here</div>
This div box has shadow with color #FB7066.

Preview

Color preview on black background

This text has color #FB7066 on black background.


Color preview on white background

This text has color #FB7066 on white background.



Black color preview on #FB7066 background

This text has black color on #FB7066 background.


White color preview on #FB7066 background

This text has white color on #FB7066 background.