COLOR #FED2F0

HEX: #FED2F0 RGB: (254,210,240)

Color info

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

RGB color model

#FED2F0 color RGB value is (254,210,240).

RGB: (254,210,240) (100%, 82%, 94%)

RGB channels and saturation

R 254 of 255 = 100%
G 210 of 255 = 82%
B 240 of 255 = 94%

254
210
240

R + G + B ~ 92%. #FED2F0 is light color.

Portions of RGB colors in percentages

R + G + B = 254 + 210 + 240 = 704 (100%)
R 254 of 704 ~ 36.08%
G 210 of 704 ~ 29.83%
B 240 of 704 ~ 34.09'%

%36.08
%29.83
%34.09

CMYK color model

#FED2F0 color CMYK value is (0,17,6,0).

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

CMYK: (0,17,6,0)
C0M17Y6K0 (0%, 17%, 6%, 0%)
(0.00 / 0.17 / 0.06 / 0.00)

CMYK percentages

%0
%17.32
%5.51
%0.39

Codes

Color #FED2F0 in popluar color models

FE D2 F0
RGB 254 210 240
HSL 319° 95.65% 90.98%
HSB/HSV 319° 17.32% 99.61%
CMYK 0.00% 17.32% 5.51%
0.39%

Color #FED2F0 in popluar number systems.

HEX FE D2 F0
Decimal 254 210 240
Binary 11111110 11010010 11110000
Octal 376 322 360

Shades and tints

Shades of #FED2F0

#FED2F0
(254,210,240)
#E7BFDB
(231,191,219)
#D0ACC6
(208,172,198)
#B999B1
(185,153,177)
#A2869C
(162,134,156)
#8B7387
(139,115,135)
#746072
(116,96,114)
#5D4D5D
(93,77,93)
#463A48
(70,58,72)
#2F2733
(47,39,51)
#18141E
(24,20,30)
#000000
(0,0,0)

Tints of #FED2F0

#FED2F0
(254,210,240)
#FED6F1
(254,214,241)
#FEDAF2
(254,218,242)
#FEDEF3
(254,222,243)
#FEE2F4
(254,226,244)
#FEE6F5
(254,230,245)
#FEEAF6
(254,234,246)
#FEEEF7
(254,238,247)
#FEF2F8
(254,242,248)
#FEF6F9
(254,246,249)
#FEFAFA
(254,250,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FED2F0; }

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

This text font color is #FED2F0.

Background Color

.myBgColor { background-color: #FED2F0; }

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

This div background color is #FED2F0.

Border color

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

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

This div border color is #FED2F0.

Opacity

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

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

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

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

This text has shadow with #FED2F0 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FED2F0.

Preview

Color preview on black background

This text has color #FED2F0 on black background.


Color preview on white background

This text has color #FED2F0 on white background.


Black color preview on #FED2F0 background

This text has black color on #FED2F0 background.


White color preview on #FED2F0 background

This text has white color on #FED2F0 background.


Related colors

Complementary color

Complementary color for #hex is #012D0F.


I love getcolorcode.com

Triadic colors

1 #F0FED2 and #D2F0FE with #FED2F0 are triadic colors.

2 #F0D2FE and #D2FEF0 with #FED2F0 are triadic colors.