COLOR #FEBEF2

HEX: #FEBEF2 RGB: (254,190,242)

Color info

#FEBEF2 contains mainly red and blue colors. Web safe color of #FEBEF2 is #FFCCFF (or #FCF).

RGB color model

#FEBEF2 color RGB value is (254,190,242).

RGB: (254,190,242) (100%, 75%, 95%)

RGB channels and saturation

R 254 of 255 = 100%
G 190 of 255 = 75%
B 242 of 255 = 95%

254
190
242

R + G + B ~ 90%. #FEBEF2 is light color.

Portions of RGB colors in percentages

R + G + B = 254 + 190 + 242 = 686 (100%)
R 254 of 686 ~ 37.03%
G 190 of 686 ~ 27.7%
B 242 of 686 ~ 35.28'%

%37.03
%27.7
%35.28

CMYK color model

#FEBEF2 color CMYK value is (0,25,5,0).

  • cyan value is 0.00%
  • magenta value is 25.20%
  • yellow value is 4.72%
  • key color value is 0.39%

CMYK: (0,25,5,0)
C0M25Y5K0 (0%, 25%, 5%, 0%)
(0.00 / 0.25 / 0.05 / 0.00)

CMYK percentages

%0
%25.2
%4.72
%0.39

Codes

Color #FEBEF2 in popluar color models

FE BE F2
RGB 254 190 242
HSL 311° 96.97% 87.06%
HSB/HSV 311° 25.20% 99.61%
CMYK 0.00% 25.20% 4.72%
0.39%

Color #FEBEF2 in popluar number systems.

HEX FE BE F2
Decimal 254 190 242
Binary 11111110 10111110 11110010
Octal 376 276 362

Shades and tints

Shades of #FEBEF2

#FEBEF2
(254,190,242)
#E7ADDC
(231,173,220)
#D09CC6
(208,156,198)
#B98BB0
(185,139,176)
#A27A9A
(162,122,154)
#8B6984
(139,105,132)
#74586E
(116,88,110)
#5D4758
(93,71,88)
#463642
(70,54,66)
#2F252C
(47,37,44)
#181416
(24,20,22)
#000000
(0,0,0)

Tints of #FEBEF2

#FEBEF2
(254,190,242)
#FEC3F3
(254,195,243)
#FEC8F4
(254,200,244)
#FECDF5
(254,205,245)
#FED2F6
(254,210,246)
#FED7F7
(254,215,247)
#FEDCF8
(254,220,248)
#FEE1F9
(254,225,249)
#FEE6FA
(254,230,250)
#FEEBFB
(254,235,251)
#FEF0FC
(254,240,252)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FEBEF2 color. Also use rgb(254,190,242) instead hex code.

Text Font Color

.myTextColor { color: #FEBEF2; }

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

This text font color is #FEBEF2.

Background Color

.myBgColor { background-color: #FEBEF2; }

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

This div background color is #FEBEF2.

Border color

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

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

This div border color is #FEBEF2.

Opacity

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

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

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

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

This text has shadow with #FEBEF2 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FEBEF2.

Preview

Color preview on black background

This text has color #FEBEF2 on black background.


Color preview on white background

This text has color #FEBEF2 on white background.


Black color preview on #FEBEF2 background

This text has black color on #FEBEF2 background.


White color preview on #FEBEF2 background

This text has white color on #FEBEF2 background.


Related colors

Complementary color

Complementary color for #hex is #01410D.


I love getcolorcode.com

Triadic colors

1 #F2FEBE and #BEF2FE with #FEBEF2 are triadic colors.

2 #F2BEFE and #BEFEF2 with #FEBEF2 are triadic colors.