COLOR #F1DADE

HEX: #F1DADE RGB: (241,218,222)

Color info

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

RGB color model

#F1DADE color RGB value is (241,218,222).

RGB: (241,218,222) (95%, 85%, 87%)

RGB channels and saturation

R 241 of 255 = 95%
G 218 of 255 = 85%
B 222 of 255 = 87%

241
218
222

R + G + B ~ 89%. #F1DADE is light color.

Portions of RGB colors in percentages

R + G + B = 241 + 218 + 222 = 681 (100%)
R 241 of 681 ~ 35.39%
G 218 of 681 ~ 32.01%
B 222 of 681 ~ 32.6'%

%35.39
%32.01
%32.6

CMYK color model

#F1DADE color CMYK value is (0,10,8,5).

  • cyan value is 0.00%
  • magenta value is 9.54%
  • yellow value is 7.88%
  • key color value is 5.49%

CMYK: (0,10,8,5)
C0M10Y8K5 (0%, 10%, 8%, 5%)
(0.00 / 0.10 / 0.08 / 0.05)

CMYK percentages

%0
%9.54
%7.88
%5.49

Codes

Color #F1DADE in popluar color models

F1 DA DE
RGB 241 218 222
HSL 350° 45.10% 90.00%
HSB/HSV 350° 9.54% 94.51%
CMYK 0.00% 9.54% 7.88%
5.49%

Color #F1DADE in popluar number systems.

HEX F1 DA DE
Decimal 241 218 222
Binary 11110001 11011010 11011110
Octal 361 332 336

Shades and tints

Shades of #F1DADE

#F1DADE
(241,218,222)
#DCC7CA
(220,199,202)
#C7B4B6
(199,180,182)
#B2A1A2
(178,161,162)
#9D8E8E
(157,142,142)
#887B7A
(136,123,122)
#736866
(115,104,102)
#5E5552
(94,85,82)
#49423E
(73,66,62)
#342F2A
(52,47,42)
#1F1C16
(31,28,22)
#000000
(0,0,0)

Tints of #F1DADE

#F1DADE
(241,218,222)
#F2DDE1
(242,221,225)
#F3E0E4
(243,224,228)
#F4E3E7
(244,227,231)
#F5E6EA
(245,230,234)
#F6E9ED
(246,233,237)
#F7ECF0
(247,236,240)
#F8EFF3
(248,239,243)
#F9F2F6
(249,242,246)
#FAF5F9
(250,245,249)
#FBF8FC
(251,248,252)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F1DADE color. Also use rgb(241,218,222) instead hex code.

Text Font Color

.myTextColor { color: #F1DADE; }

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

This text font color is #F1DADE.

Background Color

.myBgColor { background-color: #F1DADE; }

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

This div background color is #F1DADE.

Border color

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

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

This div border color is #F1DADE.

Opacity

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

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

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

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

This text has shadow with #F1DADE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F1DADE.

Preview

Color preview on black background

This text has color #F1DADE on black background.


Color preview on white background

This text has color #F1DADE on white background.


Black color preview on #F1DADE background

This text has black color on #F1DADE background.


White color preview on #F1DADE background

This text has white color on #F1DADE background.


Related colors

Complementary color

Complementary color for #hex is #0E2521.


I love getcolorcode.com

Triadic colors

1 #DEF1DA and #DADEF1 with #F1DADE are triadic colors.

2 #DEDAF1 and #DAF1DE with #F1DADE are triadic colors.