COLOR #FBCAF5

HEX: #FBCAF5
RGB: (251,202,245)

Color info

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

RGB color model

#FBCAF5 color RGB value is (251,202,245).

  • red value is 251;
  • green value is 202;
  • blue value is 245.
RGB:
(251,202,245)
(98%,79%,96%)

RGB channels and saturation

R 251 of 255 = 98%
G 202 of 255 = 79%
B 245 of 255 = 96%

251
202
245

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

Portions of RGB colors in percentages

R + G + B =
251 + 202 + 245 = 698 (100%)
R 251 of 698 ~ 35.96%
G 202 of 698 ~ 28.94%
B 245 of 698 ~ 35.1%

%35.96
%28.94
%35.1

CMYK color model

#FBCAF5 color CMYK value is (0,20,2,2).

  • cyan value is 0.00%
  • magenta value is 19.52%
  • yellow value is 2.39%
  • key color value is 1.57%
CMYK:
(0,20,2,2)
C0M20Y2K2 
(0%,20%,2%,2%)
(0.00/0.20/0.02/0.02)	

CMYK percentages

%0
%19.52
%2.39
%1.57

Codes

Color #FBCAF5 in popluar color models

FBCAF5
RGB251202245
HSL307°85.96%88.82%
HSB/HSV307°19.52%98.43%
CMYK0.00%19.52%2.39%
1.57%

Color #FBCAF5 in popluar number systems.

HEXFBCAF5
Decimal251202245
Binary111110111100101011110101
Octal373312365

Shades and tints

Shades of #FBCAF5

#FBCAF5
(251,202,245)
#E5B8DF
(229,184,223)
#CFA6C9
(207,166,201)
#B994B3
(185,148,179)
#A3829D
(163,130,157)
#8D7087
(141,112,135)
#775E71
(119,94,113)
#614C5B
(97,76,91)
#4B3A45
(75,58,69)
#35282F
(53,40,47)
#1F1619
(31,22,25)
#000000
(0,0,0)

Tints of #FBCAF5

#FBCAF5
(251,202,245)
#FBCEF5
(251,206,245)
#FBD2F5
(251,210,245)
#FBD6F5
(251,214,245)
#FBDAF5
(251,218,245)
#FBDEF5
(251,222,245)
#FBE2F5
(251,226,245)
#FBE6F5
(251,230,245)
#FBEAF5
(251,234,245)
#FBEEF5
(251,238,245)
#FBF2F5
(251,242,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FBCAF5 color. Also use rgb(251,202,245) instead hex code.

Text Font Color

.myTextColor { color: #FBCAF5; }

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

This text font color is #FBCAF5.


Background Color

.myBgColor { background-color: #FBCAF5; }

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

This div background color is #FBCAF5.


Border color

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

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

This div border color is #FBCAF5.


Opacity

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

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

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

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

This text has shadow with #FBCAF5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FBCAF5 on black background.


Color preview on white background

This text has color #FBCAF5 on white background.



Black color preview on #FBCAF5 background

This text has black color on #FBCAF5 background.


White color preview on #FBCAF5 background

This text has white color on #FBCAF5 background.