COLOR #F5DFE6

HEX: #F5DFE6 RGB: (245,223,230)

Color info

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

RGB color model

#F5DFE6 color RGB value is (245,223,230).

RGB: (245,223,230) (96%, 87%, 90%)

RGB channels and saturation

R 245 of 255 = 96%
G 223 of 255 = 87%
B 230 of 255 = 90%

245
223
230

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

Portions of RGB colors in percentages

R + G + B = 245 + 223 + 230 = 698 (100%)
R 245 of 698 ~ 35.1%
G 223 of 698 ~ 31.95%
B 230 of 698 ~ 32.95'%

%35.1
%31.95
%32.95

CMYK color model

#F5DFE6 color CMYK value is (0,9,6,4).

  • cyan value is 0.00%
  • magenta value is 8.98%
  • yellow value is 6.12%
  • key color value is 3.92%

CMYK: (0,9,6,4)
C0M9Y6K4 (0%, 9%, 6%, 4%)
(0.00 / 0.09 / 0.06 / 0.04)

CMYK percentages

%0
%8.98
%6.12
%3.92

Codes

Color #F5DFE6 in popluar color models

F5 DF E6
RGB 245 223 230
HSL 341° 52.38% 91.76%
HSB/HSV 341° 8.98% 96.08%
CMYK 0.00% 8.98% 6.12%
3.92%

Color #F5DFE6 in popluar number systems.

HEX F5 DF E6
Decimal 245 223 230
Binary 11110101 11011111 11100110
Octal 365 337 346

Shades and tints

Shades of #F5DFE6

#F5DFE6
(245,223,230)
#DFCBD2
(223,203,210)
#C9B7BE
(201,183,190)
#B3A3AA
(179,163,170)
#9D8F96
(157,143,150)
#877B82
(135,123,130)
#71676E
(113,103,110)
#5B535A
(91,83,90)
#453F46
(69,63,70)
#2F2B32
(47,43,50)
#19171E
(25,23,30)
#000000
(0,0,0)

Tints of #F5DFE6

#F5DFE6
(245,223,230)
#F5E1E8
(245,225,232)
#F5E3EA
(245,227,234)
#F5E5EC
(245,229,236)
#F5E7EE
(245,231,238)
#F5E9F0
(245,233,240)
#F5EBF2
(245,235,242)
#F5EDF4
(245,237,244)
#F5EFF6
(245,239,246)
#F5F1F8
(245,241,248)
#F5F3FA
(245,243,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F5DFE6 color. Also use rgb(245,223,230) instead hex code.

Text Font Color

.myTextColor { color: #F5DFE6; }

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

This text font color is #F5DFE6.

Background Color

.myBgColor { background-color: #F5DFE6; }

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

This div background color is #F5DFE6.

Border color

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

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

This div border color is #F5DFE6.

Opacity

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

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

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

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

This text has shadow with #F5DFE6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F5DFE6.

Preview

Color preview on black background

This text has color #F5DFE6 on black background.


Color preview on white background

This text has color #F5DFE6 on white background.


Black color preview on #F5DFE6 background

This text has black color on #F5DFE6 background.


White color preview on #F5DFE6 background

This text has white color on #F5DFE6 background.


Related colors

Complementary color

Complementary color for #hex is #0A2019.


I love getcolorcode.com

Triadic colors

1 #E6F5DF and #DFE6F5 with #F5DFE6 are triadic colors.

2 #E6DFF5 and #DFF5E6 with #F5DFE6 are triadic colors.