COLOR #F5BEDD

HEX: #F5BEDD RGB: (245,190,221)

Color info

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

RGB color model

#F5BEDD color RGB value is (245,190,221).

RGB: (245,190,221) (96%, 75%, 87%)

RGB channels and saturation

R 245 of 255 = 96%
G 190 of 255 = 75%
B 221 of 255 = 87%

245
190
221

R + G + B ~ 86%. #F5BEDD is light color.

Portions of RGB colors in percentages

R + G + B = 245 + 190 + 221 = 656 (100%)
R 245 of 656 ~ 37.35%
G 190 of 656 ~ 28.96%
B 221 of 656 ~ 33.69'%

%37.35
%28.96
%33.69

CMYK color model

#F5BEDD color CMYK value is (0,22,10,4).

  • cyan value is 0.00%
  • magenta value is 22.45%
  • yellow value is 9.80%
  • key color value is 3.92%
CMYK: (0,22,10,4) C0M22Y10K4 (0%,22%,10%,4%) (0.00/0.22/0.10/0.04) 

CMYK percentages

%0
%22.45
%9.8
%3.92

Codes

Color #F5BEDD in popluar color models

F5 BE DD
RGB 245 190 221
HSL 326° 73.33% 85.29%
HSB/HSV 326° 22.45% 96.08%
CMYK 0.00% 22.45% 9.80%
3.92%

Color #F5BEDD in popluar number systems.

HEX F5 BE DD
Decimal 245 190 221
Binary 11110101 10111110 11011101
Octal 365 276 335

Shades and tints

Shades of #F5BEDD

#F5BEDD
(245,190,221)
#DFADC9
(223,173,201)
#C99CB5
(201,156,181)
#B38BA1
(179,139,161)
#9D7A8D
(157,122,141)
#876979
(135,105,121)
#715865
(113,88,101)
#5B4751
(91,71,81)
#45363D
(69,54,61)
#2F2529
(47,37,41)
#191415
(25,20,21)
#000000
(0,0,0)

Tints of #F5BEDD

#F5BEDD
(245,190,221)
#F5C3E0
(245,195,224)
#F5C8E3
(245,200,227)
#F5CDE6
(245,205,230)
#F5D2E9
(245,210,233)
#F5D7EC
(245,215,236)
#F5DCEF
(245,220,239)
#F5E1F2
(245,225,242)
#F5E6F5
(245,230,245)
#F5EBF8
(245,235,248)
#F5F0FB
(245,240,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F5BEDD color. Also use rgb(245,190,221) instead hex code.

Text Font Color

.myTextColor { color: #F5BEDD; }

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

This text font color is #F5BEDD.

Background Color

.myBgColor { background-color: #F5BEDD; }

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

This div background color is #F5BEDD.

Border color

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

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

This div border color is #F5BEDD.

Opacity

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

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

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

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

This text has shadow with #F5BEDD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F5BEDD.

Preview

Color preview on black background

This text has color #F5BEDD on black background.


Color preview on white background

This text has color #F5BEDD on white background.


Black color preview on #F5BEDD background

This text has black color on #F5BEDD background.


White color preview on #F5BEDD background

This text has white color on #F5BEDD background.


Related colors

Complementary color

Complementary color for #hex is #0A4122.


I love getcolorcode.com

Triadic colors

1 #DDF5BE and #BEDDF5 with #F5BEDD are triadic colors.

2 #DDBEF5 and #BEF5DD with #F5BEDD are triadic colors.