COLOR #FBC2F2

HEX: #FBC2F2
RGB: (251,194,242)

Color info

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

RGB color model

#FBC2F2 color RGB value is (251,194,242).

  • red value is 251;
  • green value is 194;
  • blue value is 242.
RGB:
(251,194,242)
(98%,76%,95%)

RGB channels and saturation

R 251 of 255 = 98%
G 194 of 255 = 76%
B 242 of 255 = 95%

251
194
242

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

Portions of RGB colors in percentages

R + G + B =
251 + 194 + 242 = 687 (100%)
R 251 of 687 ~ 36.54%
G 194 of 687 ~ 28.24%
B 242 of 687 ~ 35.23%

%36.54
%28.24
%35.23

CMYK color model

#FBC2F2 color CMYK value is (0,23,4,2).

  • cyan value is 0.00%
  • magenta value is 22.71%
  • yellow value is 3.59%
  • key color value is 1.57%
CMYK:
(0,23,4,2)
C0M23Y4K2 
(0%,23%,4%,2%)
(0.00/0.23/0.04/0.02)	

CMYK percentages

%0
%22.71
%3.59
%1.57

Codes

Color #FBC2F2 in popluar color models

FBC2F2
RGB251194242
HSL309°87.69%87.25%
HSB/HSV309°22.71%98.43%
CMYK0.00%22.71%3.59%
1.57%

Color #FBC2F2 in popluar number systems.

HEXFBC2F2
Decimal251194242
Binary111110111100001011110010
Octal373302362

Shades and tints

Shades of #FBC2F2

#FBC2F2
(251,194,242)
#E5B1DC
(229,177,220)
#CFA0C6
(207,160,198)
#B98FB0
(185,143,176)
#A37E9A
(163,126,154)
#8D6D84
(141,109,132)
#775C6E
(119,92,110)
#614B58
(97,75,88)
#4B3A42
(75,58,66)
#35292C
(53,41,44)
#1F1816
(31,24,22)
#000000
(0,0,0)

Tints of #FBC2F2

#FBC2F2
(251,194,242)
#FBC7F3
(251,199,243)
#FBCCF4
(251,204,244)
#FBD1F5
(251,209,245)
#FBD6F6
(251,214,246)
#FBDBF7
(251,219,247)
#FBE0F8
(251,224,248)
#FBE5F9
(251,229,249)
#FBEAFA
(251,234,250)
#FBEFFB
(251,239,251)
#FBF4FC
(251,244,252)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FBC2F2 color. Also use rgb(251,194,242) instead hex code.

Text Font Color

.myTextColor { color: #FBC2F2; }

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

This text font color is #FBC2F2.


Background Color

.myBgColor { background-color: #FBC2F2; }

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

This div background color is #FBC2F2.


Border color

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

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

This div border color is #FBC2F2.


Opacity

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

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

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

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

This text has shadow with #FBC2F2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FBC2F2 on black background.


Color preview on white background

This text has color #FBC2F2 on white background.



Black color preview on #FBC2F2 background

This text has black color on #FBC2F2 background.


White color preview on #FBC2F2 background

This text has white color on #FBC2F2 background.