COLOR #F5DBE2

HEX: #F5DBE2 RGB: (245,219,226)

Color info

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

RGB color model

#F5DBE2 color RGB value is (245,219,226).

RGB: (245,219,226) (96%, 86%, 89%)

RGB channels and saturation

R 245 of 255 = 96%
G 219 of 255 = 86%
B 226 of 255 = 89%

245
219
226

R + G + B ~ 90%. #F5DBE2 is light color.

Portions of RGB colors in percentages

R + G + B = 245 + 219 + 226 = 690 (100%)
R 245 of 690 ~ 35.51%
G 219 of 690 ~ 31.74%
B 226 of 690 ~ 32.75'%

%35.51
%31.74
%32.75

CMYK color model

#F5DBE2 color CMYK value is (0,11,8,4).

  • cyan value is 0.00%
  • magenta value is 10.61%
  • yellow value is 7.76%
  • key color value is 3.92%

CMYK: (0,11,8,4)
C0M11Y8K4 (0%, 11%, 8%, 4%)
(0.00 / 0.11 / 0.08 / 0.04)

CMYK percentages

%0
%10.61
%7.76
%3.92

Codes

Color #F5DBE2 in popluar color models

F5 DB E2
RGB 245 219 226
HSL 344° 56.52% 90.98%
HSB/HSV 344° 10.61% 96.08%
CMYK 0.00% 10.61% 7.76%
3.92%

Color #F5DBE2 in popluar number systems.

HEX F5 DB E2
Decimal 245 219 226
Binary 11110101 11011011 11100010
Octal 365 333 342

Shades and tints

Shades of #F5DBE2

#F5DBE2
(245,219,226)
#DFC8CE
(223,200,206)
#C9B5BA
(201,181,186)
#B3A2A6
(179,162,166)
#9D8F92
(157,143,146)
#877C7E
(135,124,126)
#71696A
(113,105,106)
#5B5656
(91,86,86)
#454342
(69,67,66)
#2F302E
(47,48,46)
#191D1A
(25,29,26)
#000000
(0,0,0)

Tints of #F5DBE2

#F5DBE2
(245,219,226)
#F5DEE4
(245,222,228)
#F5E1E6
(245,225,230)
#F5E4E8
(245,228,232)
#F5E7EA
(245,231,234)
#F5EAEC
(245,234,236)
#F5EDEE
(245,237,238)
#F5F0F0
(245,240,240)
#F5F3F2
(245,243,242)
#F5F6F4
(245,246,244)
#F5F9F6
(245,249,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F5DBE2 color. Also use rgb(245,219,226) instead hex code.

Text Font Color

.myTextColor { color: #F5DBE2; }

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

This text font color is #F5DBE2.

Background Color

.myBgColor { background-color: #F5DBE2; }

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

This div background color is #F5DBE2.

Border color

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

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

This div border color is #F5DBE2.

Opacity

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

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

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

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

This text has shadow with #F5DBE2 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F5DBE2.

Preview

Color preview on black background

This text has color #F5DBE2 on black background.


Color preview on white background

This text has color #F5DBE2 on white background.


Black color preview on #F5DBE2 background

This text has black color on #F5DBE2 background.


White color preview on #F5DBE2 background

This text has white color on #F5DBE2 background.


Related colors

Complementary color

Complementary color for #hex is #0A241D.


I love getcolorcode.com

Triadic colors

1 #E2F5DB and #DBE2F5 with #F5DBE2 are triadic colors.

2 #E2DBF5 and #DBF5E2 with #F5DBE2 are triadic colors.