COLOR #FBCADF

HEX: #FBCADF
RGB: (251,202,223)

Color info

#FBCADF contains red, green and blue colors in about the same proportion. Web safe color of #FBCADF is #FFCCCC (or #FCC).

RGB color model

#FBCADF color RGB value is (251,202,223).

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

RGB channels and saturation

R 251 of 255 = 98%
G 202 of 255 = 79%
B 223 of 255 = 87%

251
202
223

R + G + B ~ 88%. #FBCADF is light color.

Portions of RGB colors in percentages

R + G + B =
251 + 202 + 223 = 676 (100%)
R 251 of 676 ~ 37.13%
G 202 of 676 ~ 29.88%
B 223 of 676 ~ 32.99%

%37.13
%29.88
%32.99

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 19.52%
  • yellow value is 11.16%
  • key color value is 1.57%
CMYK:
(0,20,11,2)
C0M20Y11K2 
(0%,20%,11%,2%)
(0.00/0.20/0.11/0.02)	

CMYK percentages

%0
%19.52
%11.16
%1.57

Codes

Color #FBCADF in popluar color models

FBCADF
RGB251202223
HSL334°85.96%88.82%
HSB/HSV334°19.52%98.43%
CMYK0.00%19.52%11.16%
1.57%

Color #FBCADF in popluar number systems.

HEXFBCADF
Decimal251202223
Binary111110111100101011011111
Octal373312337

Shades and tints

Shades of #FBCADF

#FBCADF
(251,202,223)
#E5B8CB
(229,184,203)
#CFA6B7
(207,166,183)
#B994A3
(185,148,163)
#A3828F
(163,130,143)
#8D707B
(141,112,123)
#775E67
(119,94,103)
#614C53
(97,76,83)
#4B3A3F
(75,58,63)
#35282B
(53,40,43)
#1F1617
(31,22,23)
#000000
(0,0,0)

Tints of #FBCADF

#FBCADF
(251,202,223)
#FBCEE1
(251,206,225)
#FBD2E3
(251,210,227)
#FBD6E5
(251,214,229)
#FBDAE7
(251,218,231)
#FBDEE9
(251,222,233)
#FBE2EB
(251,226,235)
#FBE6ED
(251,230,237)
#FBEAEF
(251,234,239)
#FBEEF1
(251,238,241)
#FBF2F3
(251,242,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FBCADF; }

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

This text font color is #FBCADF.


Background Color

.myBgColor { background-color: #FBCADF; }

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

This div background color is #FBCADF.


Border color

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

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

This div border color is #FBCADF.


Opacity

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

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

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

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

This text has shadow with #FBCADF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FBCADF on black background.


Color preview on white background

This text has color #FBCADF on white background.



Black color preview on #FBCADF background

This text has black color on #FBCADF background.


White color preview on #FBCADF background

This text has white color on #FBCADF background.