COLOR #FFE3F2

HEX: #FFE3F2 RGB: (255,227,242)

Color info

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

RGB color model

#FFE3F2 color RGB value is (255,227,242).

RGB: (255,227,242) (100%, 89%, 95%)

RGB channels and saturation

R 255 of 255 = 100%
G 227 of 255 = 89%
B 242 of 255 = 95%

255
227
242

R + G + B ~ 95%. #FFE3F2 is light color.

Portions of RGB colors in percentages

R + G + B = 255 + 227 + 242 = 724 (100%)
R 255 of 724 ~ 35.22%
G 227 of 724 ~ 31.35%
B 242 of 724 ~ 33.43'%

%35.22
%31.35
%33.43

CMYK color model

#FFE3F2 color CMYK value is (0,11,5,0).

  • cyan value is 0.00%
  • magenta value is 10.98%
  • yellow value is 5.10%
  • key color value is 0.00%

CMYK: (0,11,5,0)
C0M11Y5K0 (0%, 11%, 5%, 0%)
(0.00 / 0.11 / 0.05 / 0.00)

CMYK percentages

%0
%10.98
%5.1
%0

Codes

Color #FFE3F2 in popluar color models

FF E3 F2
RGB 255 227 242
HSL 328° 100.00% 94.51%
HSB/HSV 328° 10.98% 100.00%
CMYK 0.00% 10.98% 5.10%
0.00%

Color #FFE3F2 in popluar number systems.

HEX FF E3 F2
Decimal 255 227 242
Binary 11111111 11100011 11110010
Octal 377 343 362

Shades and tints

Shades of #FFE3F2

#FFE3F2
(255,227,242)
#E8CFDC
(232,207,220)
#D1BBC6
(209,187,198)
#BAA7B0
(186,167,176)
#A3939A
(163,147,154)
#8C7F84
(140,127,132)
#756B6E
(117,107,110)
#5E5758
(94,87,88)
#474342
(71,67,66)
#302F2C
(48,47,44)
#191B16
(25,27,22)
#000000
(0,0,0)

Tints of #FFE3F2

#FFE3F2
(255,227,242)
#FFE5F3
(255,229,243)
#FFE7F4
(255,231,244)
#FFE9F5
(255,233,245)
#FFEBF6
(255,235,246)
#FFEDF7
(255,237,247)
#FFEFF8
(255,239,248)
#FFF1F9
(255,241,249)
#FFF3FA
(255,243,250)
#FFF5FB
(255,245,251)
#FFF7FC
(255,247,252)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FFE3F2 color. Also use rgb(255,227,242) instead hex code.

Text Font Color

.myTextColor { color: #FFE3F2; }

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

This text font color is #FFE3F2.

Background Color

.myBgColor { background-color: #FFE3F2; }

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

This div background color is #FFE3F2.

Border color

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

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

This div border color is #FFE3F2.

Opacity

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

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

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

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

This text has shadow with #FFE3F2 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FFE3F2.

Preview

Color preview on black background

This text has color #FFE3F2 on black background.


Color preview on white background

This text has color #FFE3F2 on white background.


Black color preview on #FFE3F2 background

This text has black color on #FFE3F2 background.


White color preview on #FFE3F2 background

This text has white color on #FFE3F2 background.


Related colors

Complementary color

Complementary color for #hex is #001C0D.


I love getcolorcode.com

Triadic colors

1 #F2FFE3 and #E3F2FF with #FFE3F2 are triadic colors.

2 #F2E3FF and #E3FFF2 with #FFE3F2 are triadic colors.