COLOR #F1CBDB

HEX: #F1CBDB RGB: (241,203,219)

Color info

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

RGB color model

#F1CBDB color RGB value is (241,203,219).

RGB: (241,203,219) (95%, 80%, 86%)

RGB channels and saturation

R 241 of 255 = 95%
G 203 of 255 = 80%
B 219 of 255 = 86%

241
203
219

R + G + B ~ 87%. #F1CBDB is light color.

Portions of RGB colors in percentages

R + G + B = 241 + 203 + 219 = 663 (100%)
R 241 of 663 ~ 36.35%
G 203 of 663 ~ 30.62%
B 219 of 663 ~ 33.03'%

%36.35
%30.62
%33.03

CMYK color model

#F1CBDB color CMYK value is (0,16,9,5).

  • cyan value is 0.00%
  • magenta value is 15.77%
  • yellow value is 9.13%
  • key color value is 5.49%

CMYK: (0,16,9,5)
C0M16Y9K5 (0%, 16%, 9%, 5%)
(0.00 / 0.16 / 0.09 / 0.05)

CMYK percentages

%0
%15.77
%9.13
%5.49

Codes

Color #F1CBDB in popluar color models

F1 CB DB
RGB 241 203 219
HSL 335° 57.58% 87.06%
HSB/HSV 335° 15.77% 94.51%
CMYK 0.00% 15.77% 9.13%
5.49%

Color #F1CBDB in popluar number systems.

HEX F1 CB DB
Decimal 241 203 219
Binary 11110001 11001011 11011011
Octal 361 313 333

Shades and tints

Shades of #F1CBDB

#F1CBDB
(241,203,219)
#DCB9C8
(220,185,200)
#C7A7B5
(199,167,181)
#B295A2
(178,149,162)
#9D838F
(157,131,143)
#88717C
(136,113,124)
#735F69
(115,95,105)
#5E4D56
(94,77,86)
#493B43
(73,59,67)
#342930
(52,41,48)
#1F171D
(31,23,29)
#000000
(0,0,0)

Tints of #F1CBDB

#F1CBDB
(241,203,219)
#F2CFDE
(242,207,222)
#F3D3E1
(243,211,225)
#F4D7E4
(244,215,228)
#F5DBE7
(245,219,231)
#F6DFEA
(246,223,234)
#F7E3ED
(247,227,237)
#F8E7F0
(248,231,240)
#F9EBF3
(249,235,243)
#FAEFF6
(250,239,246)
#FBF3F9
(251,243,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F1CBDB color. Also use rgb(241,203,219) instead hex code.

Text Font Color

.myTextColor { color: #F1CBDB; }

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

This text font color is #F1CBDB.

Background Color

.myBgColor { background-color: #F1CBDB; }

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

This div background color is #F1CBDB.

Border color

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

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

This div border color is #F1CBDB.

Opacity

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

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

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

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

This text has shadow with #F1CBDB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F1CBDB.

Preview

Color preview on black background

This text has color #F1CBDB on black background.


Color preview on white background

This text has color #F1CBDB on white background.


Black color preview on #F1CBDB background

This text has black color on #F1CBDB background.


White color preview on #F1CBDB background

This text has white color on #F1CBDB background.


Related colors

Complementary color

Complementary color for #hex is #0E3424.


I love getcolorcode.com

Triadic colors

1 #DBF1CB and #CBDBF1 with #F1CBDB are triadic colors.

2 #DBCBF1 and #CBF1DB with #F1CBDB are triadic colors.