COLOR #FBAFE4

HEX: #FBAFE4
RGB: (251,175,228)

Color info

#FBAFE4 contains mainly red and blue colors. Web safe color of #FBAFE4 is #FF99CC (or #F9C).

RGB color model

#FBAFE4 color RGB value is (251,175,228).

  • red value is 251;
  • green value is 175;
  • blue value is 228.
RGB:
(251,175,228)
(98%,69%,89%)

RGB channels and saturation

R 251 of 255 = 98%
G 175 of 255 = 69%
B 228 of 255 = 89%

251
175
228

R + G + B ~ 85%. #FBAFE4 is quite light color.

Portions of RGB colors in percentages

R + G + B =
251 + 175 + 228 = 654 (100%)
R 251 of 654 ~ 38.38%
G 175 of 654 ~ 26.76%
B 228 of 654 ~ 34.86%

%38.38
%26.76
%34.86

CMYK color model

#FBAFE4 color CMYK value is (0,30,9,2).

  • cyan value is 0.00%
  • magenta value is 30.28%
  • yellow value is 9.16%
  • key color value is 1.57%
CMYK:
(0,30,9,2)
C0M30Y9K2 
(0%,30%,9%,2%)
(0.00/0.30/0.09/0.02)	

CMYK percentages

%0
%30.28
%9.16
%1.57

Codes

Color #FBAFE4 in popluar color models

FBAFE4
RGB251175228
HSL318°90.48%83.53%
HSB/HSV318°30.28%98.43%
CMYK0.00%30.28%9.16%
1.57%

Color #FBAFE4 in popluar number systems.

HEXFBAFE4
Decimal251175228
Binary111110111010111111100100
Octal373257344

Shades and tints

Shades of #FBAFE4

#FBAFE4
(251,175,228)
#E5A0D0
(229,160,208)
#CF91BC
(207,145,188)
#B982A8
(185,130,168)
#A37394
(163,115,148)
#8D6480
(141,100,128)
#77556C
(119,85,108)
#614658
(97,70,88)
#4B3744
(75,55,68)
#352830
(53,40,48)
#1F191C
(31,25,28)
#000000
(0,0,0)

Tints of #FBAFE4

#FBAFE4
(251,175,228)
#FBB6E6
(251,182,230)
#FBBDE8
(251,189,232)
#FBC4EA
(251,196,234)
#FBCBEC
(251,203,236)
#FBD2EE
(251,210,238)
#FBD9F0
(251,217,240)
#FBE0F2
(251,224,242)
#FBE7F4
(251,231,244)
#FBEEF6
(251,238,246)
#FBF5F8
(251,245,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FBAFE4 color. Also use rgb(251,175,228) instead hex code.

Text Font Color

.myTextColor { color: #FBAFE4; }

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

This text font color is #FBAFE4.


Background Color

.myBgColor { background-color: #FBAFE4; }

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

This div background color is #FBAFE4.


Border color

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

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

This div border color is #FBAFE4.


Opacity

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

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

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

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

This text has shadow with #FBAFE4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FBAFE4 on black background.


Color preview on white background

This text has color #FBAFE4 on white background.



Black color preview on #FBAFE4 background

This text has black color on #FBAFE4 background.


White color preview on #FBAFE4 background

This text has white color on #FBAFE4 background.