COLOR #FED2F4

HEX: #FED2F4 RGB: (254,210,244)

Color info

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

RGB color model

#FED2F4 color RGB value is (254,210,244).

RGB: (254,210,244) (100%, 82%, 96%)

RGB channels and saturation

R 254 of 255 = 100%
G 210 of 255 = 82%
B 244 of 255 = 96%

254
210
244

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

Portions of RGB colors in percentages

R + G + B = 254 + 210 + 244 = 708 (100%)
R 254 of 708 ~ 35.88%
G 210 of 708 ~ 29.66%
B 244 of 708 ~ 34.46'%

%35.88
%29.66
%34.46

CMYK color model

#FED2F4 color CMYK value is (0,17,4,0).

  • cyan value is 0.00%
  • magenta value is 17.32%
  • yellow value is 3.94%
  • key color value is 0.39%

CMYK: (0,17,4,0)
C0M17Y4K0 (0%, 17%, 4%, 0%)
(0.00 / 0.17 / 0.04 / 0.00)

CMYK percentages

%0
%17.32
%3.94
%0.39

Codes

Color #FED2F4 in popluar color models

FE D2 F4
RGB 254 210 244
HSL 314° 95.65% 90.98%
HSB/HSV 314° 17.32% 99.61%
CMYK 0.00% 17.32% 3.94%
0.39%

Color #FED2F4 in popluar number systems.

HEX FE D2 F4
Decimal 254 210 244
Binary 11111110 11010010 11110100
Octal 376 322 364

Shades and tints

Shades of #FED2F4

#FED2F4
(254,210,244)
#E7BFDE
(231,191,222)
#D0ACC8
(208,172,200)
#B999B2
(185,153,178)
#A2869C
(162,134,156)
#8B7386
(139,115,134)
#746070
(116,96,112)
#5D4D5A
(93,77,90)
#463A44
(70,58,68)
#2F272E
(47,39,46)
#181418
(24,20,24)
#000000
(0,0,0)

Tints of #FED2F4

#FED2F4
(254,210,244)
#FED6F5
(254,214,245)
#FEDAF6
(254,218,246)
#FEDEF7
(254,222,247)
#FEE2F8
(254,226,248)
#FEE6F9
(254,230,249)
#FEEAFA
(254,234,250)
#FEEEFB
(254,238,251)
#FEF2FC
(254,242,252)
#FEF6FD
(254,246,253)
#FEFAFE
(254,250,254)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FED2F4 color. Also use rgb(254,210,244) instead hex code.

Text Font Color

.myTextColor { color: #FED2F4; }

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

This text font color is #FED2F4.

Background Color

.myBgColor { background-color: #FED2F4; }

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

This div background color is #FED2F4.

Border color

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

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

This div border color is #FED2F4.

Opacity

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

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

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

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

This text has shadow with #FED2F4 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FED2F4.

Preview

Color preview on black background

This text has color #FED2F4 on black background.


Color preview on white background

This text has color #FED2F4 on white background.


Black color preview on #FED2F4 background

This text has black color on #FED2F4 background.


White color preview on #FED2F4 background

This text has white color on #FED2F4 background.


Related colors

Complementary color

Complementary color for #hex is #012D0B.


I love getcolorcode.com

Triadic colors

1 #F4FED2 and #D2F4FE with #FED2F4 are triadic colors.

2 #F4D2FE and #D2FEF4 with #FED2F4 are triadic colors.