COLOR #FFDEEE

HEX: #FFDEEE RGB: (255,222,238)

Color info

#FFDEEE contains red, green and blue colors in about the same proportion. Web safe color of #FFDEEE is #FFCCFF (or #FCF).

RGB color model

#FFDEEE color RGB value is (255,222,238).

RGB: (255,222,238) (100%, 87%, 93%)

RGB channels and saturation

R 255 of 255 = 100%
G 222 of 255 = 87%
B 238 of 255 = 93%

255
222
238

R + G + B ~ 93%. #FFDEEE is light color.

Portions of RGB colors in percentages

R + G + B = 255 + 222 + 238 = 715 (100%)
R 255 of 715 ~ 35.66%
G 222 of 715 ~ 31.05%
B 238 of 715 ~ 33.29'%

%35.66
%31.05
%33.29

CMYK color model

#FFDEEE color CMYK value is (0,13,7,0).

  • cyan value is 0.00%
  • magenta value is 12.94%
  • yellow value is 6.67%
  • key color value is 0.00%

CMYK: (0,13,7,0)
C0M13Y7K0 (0%, 13%, 7%, 0%)
(0.00 / 0.13 / 0.07 / 0.00)

CMYK percentages

%0
%12.94
%6.67
%0

Codes

Color #FFDEEE in popluar color models

FF DE EE
RGB 255 222 238
HSL 331° 100.00% 93.53%
HSB/HSV 331° 12.94% 100.00%
CMYK 0.00% 12.94% 6.67%
0.00%

Color #FFDEEE in popluar number systems.

HEX FF DE EE
Decimal 255 222 238
Binary 11111111 11011110 11101110
Octal 377 336 356

Shades and tints

Shades of #FFDEEE

#FFDEEE
(255,222,238)
#E8CAD9
(232,202,217)
#D1B6C4
(209,182,196)
#BAA2AF
(186,162,175)
#A38E9A
(163,142,154)
#8C7A85
(140,122,133)
#756670
(117,102,112)
#5E525B
(94,82,91)
#473E46
(71,62,70)
#302A31
(48,42,49)
#19161C
(25,22,28)
#000000
(0,0,0)

Tints of #FFDEEE

#FFDEEE
(255,222,238)
#FFE1EF
(255,225,239)
#FFE4F0
(255,228,240)
#FFE7F1
(255,231,241)
#FFEAF2
(255,234,242)
#FFEDF3
(255,237,243)
#FFF0F4
(255,240,244)
#FFF3F5
(255,243,245)
#FFF6F6
(255,246,246)
#FFF9F7
(255,249,247)
#FFFCF8
(255,252,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FFDEEE color. Also use rgb(255,222,238) instead hex code.

Text Font Color

.myTextColor { color: #FFDEEE; }

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

This text font color is #FFDEEE.

Background Color

.myBgColor { background-color: #FFDEEE; }

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

This div background color is #FFDEEE.

Border color

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

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

This div border color is #FFDEEE.

Opacity

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

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

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

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

This text has shadow with #FFDEEE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FFDEEE.

Preview

Color preview on black background

This text has color #FFDEEE on black background.


Color preview on white background

This text has color #FFDEEE on white background.


Black color preview on #FFDEEE background

This text has black color on #FFDEEE background.


White color preview on #FFDEEE background

This text has white color on #FFDEEE background.


Related colors

Complementary color

Complementary color for #hex is #002111.


I love getcolorcode.com

Triadic colors

1 #EEFFDE and #DEEEFF with #FFDEEE are triadic colors.

2 #EEDEFF and #DEFFEE with #FFDEEE are triadic colors.