COLOR #F8B8DE

HEX: #F8B8DE
RGB: (248,184,222)

Color info

#F8B8DE contains mainly red and blue colors. Web safe color of #F8B8DE is #FFCCCC (or #FCC).

RGB color model

#F8B8DE color RGB value is (248,184,222).

  • red value is 248;
  • green value is 184;
  • blue value is 222.
RGB:
(248,184,222)
(97%,72%,87%)

RGB channels and saturation

R 248 of 255 = 97%
G 184 of 255 = 72%
B 222 of 255 = 87%

248
184
222

R + G + B ~ 85%. #F8B8DE is quite light color.

Portions of RGB colors in percentages

R + G + B =
248 + 184 + 222 = 654 (100%)
R 248 of 654 ~ 37.92%
G 184 of 654 ~ 28.13%
B 222 of 654 ~ 33.94%

%37.92
%28.13
%33.94

CMYK color model

#F8B8DE color CMYK value is (0,26,10,3).

  • cyan value is 0.00%
  • magenta value is 25.81%
  • yellow value is 10.48%
  • key color value is 2.75%
CMYK:
(0,26,10,3)
C0M26Y10K3 
(0%,26%,10%,3%)
(0.00/0.26/0.10/0.03)	

CMYK percentages

%0
%25.81
%10.48
%2.75

Codes

Color #F8B8DE in popluar color models

F8B8DE
RGB248184222
HSL324°82.05%84.71%
HSB/HSV324°25.81%97.25%
CMYK0.00%25.81%10.48%
2.75%

Color #F8B8DE in popluar number systems.

HEXF8B8DE
Decimal248184222
Binary111110001011100011011110
Octal370270336

Shades and tints

Shades of #F8B8DE

#F8B8DE
(248,184,222)
#E2A8CA
(226,168,202)
#CC98B6
(204,152,182)
#B688A2
(182,136,162)
#A0788E
(160,120,142)
#8A687A
(138,104,122)
#745866
(116,88,102)
#5E4852
(94,72,82)
#48383E
(72,56,62)
#32282A
(50,40,42)
#1C1816
(28,24,22)
#000000
(0,0,0)

Tints of #F8B8DE

#F8B8DE
(248,184,222)
#F8BEE1
(248,190,225)
#F8C4E4
(248,196,228)
#F8CAE7
(248,202,231)
#F8D0EA
(248,208,234)
#F8D6ED
(248,214,237)
#F8DCF0
(248,220,240)
#F8E2F3
(248,226,243)
#F8E8F6
(248,232,246)
#F8EEF9
(248,238,249)
#F8F4FC
(248,244,252)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F8B8DE color. Also use rgb(248,184,222) instead hex code.

Text Font Color

.myTextColor { color: #F8B8DE; }

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

This text font color is #F8B8DE.


Background Color

.myBgColor { background-color: #F8B8DE; }

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

This div background color is #F8B8DE.


Border color

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

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

This div border color is #F8B8DE.


Opacity

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

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

Text with #F8B8DE 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 #F8B8DE;}

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

This text has shadow with #F8B8DE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F8B8DE on black background.


Color preview on white background

This text has color #F8B8DE on white background.



Black color preview on #F8B8DE background

This text has black color on #F8B8DE background.


White color preview on #F8B8DE background

This text has white color on #F8B8DE background.