COLOR #F9BEFF

HEX: #F9BEFF
RGB: (249,190,255)

Color info

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

RGB color model

#F9BEFF color RGB value is (249,190,255).

  • red value is 249;
  • green value is 190;
  • blue value is 255.
RGB:
(249,190,255)
(98%,75%,100%)

RGB channels and saturation

R 249 of 255 = 98%
G 190 of 255 = 75%
B 255 of 255 = 100%

249
190
255

R + G + B ~ 91%. #F9BEFF is light color.

Portions of RGB colors in percentages

R + G + B =
249 + 190 + 255 = 694 (100%)
R 249 of 694 ~ 35.88%
G 190 of 694 ~ 27.38%
B 255 of 694 ~ 36.74%

%35.88
%27.38
%36.74

CMYK color model

#F9BEFF color CMYK value is (2,25,0,0).

  • cyan value is 2.35%
  • magenta value is 25.49%
  • yellow value is 0.00%
  • key color value is 0.00%
CMYK:
(2,25,0,0)
C2M25Y0K0 
(2%,25%,0%,0%)
(0.02/0.25/0.00/0.00)	

CMYK percentages

%2.35
%25.49
%0
%0

Codes

Color #F9BEFF in popluar color models

F9BEFF
RGB249190255
HSL294°100.00%87.25%
HSB/HSV294°25.49%100.00%
CMYK2.35%25.49%0.00%
0.00%

Color #F9BEFF in popluar number systems.

HEXF9BEFF
Decimal249190255
Binary111110011011111011111111
Octal371276377

Shades and tints

Shades of #F9BEFF

#F9BEFF
(249,190,255)
#E3ADE8
(227,173,232)
#CD9CD1
(205,156,209)
#B78BBA
(183,139,186)
#A17AA3
(161,122,163)
#8B698C
(139,105,140)
#755875
(117,88,117)
#5F475E
(95,71,94)
#493647
(73,54,71)
#332530
(51,37,48)
#1D1419
(29,20,25)
#000000
(0,0,0)

Tints of #F9BEFF

#F9BEFF
(249,190,255)
#F9C3FF
(249,195,255)
#F9C8FF
(249,200,255)
#F9CDFF
(249,205,255)
#F9D2FF
(249,210,255)
#F9D7FF
(249,215,255)
#F9DCFF
(249,220,255)
#F9E1FF
(249,225,255)
#F9E6FF
(249,230,255)
#F9EBFF
(249,235,255)
#F9F0FF
(249,240,255)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F9BEFF color. Also use rgb(249,190,255) instead hex code.

Text Font Color

.myTextColor { color: #F9BEFF; }

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

This text font color is #F9BEFF.


Background Color

.myBgColor { background-color: #F9BEFF; }

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

This div background color is #F9BEFF.


Border color

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

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

This div border color is #F9BEFF.


Opacity

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

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

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

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

This text has shadow with #F9BEFF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F9BEFF on black background.


Color preview on white background

This text has color #F9BEFF on white background.



Black color preview on #F9BEFF background

This text has black color on #F9BEFF background.


White color preview on #F9BEFF background

This text has white color on #F9BEFF background.