COLOR #F8DBE3

HEX: #F8DBE3
RGB: (248,219,227)

Color info

#F8DBE3 contains red, green and blue colors in about the same proportion. Web safe color of #F8DBE3 is #FFCCCC (or #FCC).

RGB color model

#F8DBE3 color RGB value is (248,219,227).

  • red value is 248;
  • green value is 219;
  • blue value is 227.
RGB:
(248,219,227)
(97%,86%,89%)

RGB channels and saturation

R 248 of 255 = 97%
G 219 of 255 = 86%
B 227 of 255 = 89%

248
219
227

R + G + B ~ 91%. #F8DBE3 is light color.

Portions of RGB colors in percentages

R + G + B =
248 + 219 + 227 = 694 (100%)
R 248 of 694 ~ 35.73%
G 219 of 694 ~ 31.56%
B 227 of 694 ~ 32.71%

%35.73
%31.56
%32.71

CMYK color model

#F8DBE3 color CMYK value is (0,12,8,3).

  • cyan value is 0.00%
  • magenta value is 11.69%
  • yellow value is 8.47%
  • key color value is 2.75%
CMYK:
(0,12,8,3)
C0M12Y8K3 
(0%,12%,8%,3%)
(0.00/0.12/0.08/0.03)	

CMYK percentages

%0
%11.69
%8.47
%2.75

Codes

Color #F8DBE3 in popluar color models

F8DBE3
RGB248219227
HSL343°67.44%91.57%
HSB/HSV343°11.69%97.25%
CMYK0.00%11.69%8.47%
2.75%

Color #F8DBE3 in popluar number systems.

HEXF8DBE3
Decimal248219227
Binary111110001101101111100011
Octal370333343

Shades and tints

Shades of #F8DBE3

#F8DBE3
(248,219,227)
#E2C8CF
(226,200,207)
#CCB5BB
(204,181,187)
#B6A2A7
(182,162,167)
#A08F93
(160,143,147)
#8A7C7F
(138,124,127)
#74696B
(116,105,107)
#5E5657
(94,86,87)
#484343
(72,67,67)
#32302F
(50,48,47)
#1C1D1B
(28,29,27)
#000000
(0,0,0)

Tints of #F8DBE3

#F8DBE3
(248,219,227)
#F8DEE5
(248,222,229)
#F8E1E7
(248,225,231)
#F8E4E9
(248,228,233)
#F8E7EB
(248,231,235)
#F8EAED
(248,234,237)
#F8EDEF
(248,237,239)
#F8F0F1
(248,240,241)
#F8F3F3
(248,243,243)
#F8F6F5
(248,246,245)
#F8F9F7
(248,249,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F8DBE3 color. Also use rgb(248,219,227) instead hex code.

Text Font Color

.myTextColor { color: #F8DBE3; }

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

This text font color is #F8DBE3.


Background Color

.myBgColor { background-color: #F8DBE3; }

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

This div background color is #F8DBE3.


Border color

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

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

This div border color is #F8DBE3.


Opacity

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

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

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

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

This text has shadow with #F8DBE3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F8DBE3 on black background.


Color preview on white background

This text has color #F8DBE3 on white background.



Black color preview on #F8DBE3 background

This text has black color on #F8DBE3 background.


White color preview on #F8DBE3 background

This text has white color on #F8DBE3 background.