COLOR #F5CEDB

HEX: #F5CEDB RGB: (245,206,219)

Color info

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

RGB color model

#F5CEDB color RGB value is (245,206,219).

RGB: (245,206,219) (96%, 81%, 86%)

RGB channels and saturation

R 245 of 255 = 96%
G 206 of 255 = 81%
B 219 of 255 = 86%

245
206
219

R + G + B ~ 88%. #F5CEDB is light color.

Portions of RGB colors in percentages

R + G + B = 245 + 206 + 219 = 670 (100%)
R 245 of 670 ~ 36.57%
G 206 of 670 ~ 30.75%
B 219 of 670 ~ 32.69'%

%36.57
%30.75
%32.69

CMYK color model

#F5CEDB color CMYK value is (0,16,11,4).

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

CMYK: (0,16,11,4)
C0M16Y11K4 (0%, 16%, 11%, 4%)
(0.00 / 0.16 / 0.11 / 0.04)

CMYK percentages

%0
%15.92
%10.61
%3.92

Codes

Color #F5CEDB in popluar color models

F5 CE DB
RGB 245 206 219
HSL 340° 66.10% 88.43%
HSB/HSV 340° 15.92% 96.08%
CMYK 0.00% 15.92% 10.61%
3.92%

Color #F5CEDB in popluar number systems.

HEX F5 CE DB
Decimal 245 206 219
Binary 11110101 11001110 11011011
Octal 365 316 333

Shades and tints

Shades of #F5CEDB

#F5CEDB
(245,206,219)
#DFBCC8
(223,188,200)
#C9AAB5
(201,170,181)
#B398A2
(179,152,162)
#9D868F
(157,134,143)
#87747C
(135,116,124)
#716269
(113,98,105)
#5B5056
(91,80,86)
#453E43
(69,62,67)
#2F2C30
(47,44,48)
#191A1D
(25,26,29)
#000000
(0,0,0)

Tints of #F5CEDB

#F5CEDB
(245,206,219)
#F5D2DE
(245,210,222)
#F5D6E1
(245,214,225)
#F5DAE4
(245,218,228)
#F5DEE7
(245,222,231)
#F5E2EA
(245,226,234)
#F5E6ED
(245,230,237)
#F5EAF0
(245,234,240)
#F5EEF3
(245,238,243)
#F5F2F6
(245,242,246)
#F5F6F9
(245,246,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F5CEDB; }

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

This text font color is #F5CEDB.

Background Color

.myBgColor { background-color: #F5CEDB; }

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

This div background color is #F5CEDB.

Border color

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

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

This div border color is #F5CEDB.

Opacity

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

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

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

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

This text has shadow with #F5CEDB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F5CEDB.

Preview

Color preview on black background

This text has color #F5CEDB on black background.


Color preview on white background

This text has color #F5CEDB on white background.


Black color preview on #F5CEDB background

This text has black color on #F5CEDB background.


White color preview on #F5CEDB background

This text has white color on #F5CEDB background.


Related colors

Complementary color

Complementary color for #hex is #0A3124.


I love getcolorcode.com

Triadic colors

1 #DBF5CE and #CEDBF5 with #F5CEDB are triadic colors.

2 #DBCEF5 and #CEF5DB with #F5CEDB are triadic colors.