COLOR #FBC5F3

HEX: #FBC5F3 RGB: (251,197,243)

Color info

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

RGB color model

#FBC5F3 color RGB value is (251,197,243).

RGB: (251,197,243) (98%, 77%, 95%)

RGB channels and saturation

R 251 of 255 = 98%
G 197 of 255 = 77%
B 243 of 255 = 95%

251
197
243

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

Portions of RGB colors in percentages

R + G + B = 251 + 197 + 243 = 691 (100%)
R 251 of 691 ~ 36.32%
G 197 of 691 ~ 28.51%
B 243 of 691 ~ 35.17'%

%36.32
%28.51
%35.17

CMYK color model

#FBC5F3 color CMYK value is (0,22,3,2).

  • cyan value is 0.00%
  • magenta value is 21.51%
  • yellow value is 3.19%
  • key color value is 1.57%

CMYK: (0,22,3,2)
C0M22Y3K2 (0%, 22%, 3%, 2%)
(0.00 / 0.22 / 0.03 / 0.02)

CMYK percentages

%0
%21.51
%3.19
%1.57

Codes

Color #FBC5F3 in popluar color models

FB C5 F3
RGB 251 197 243
HSL 309° 87.10% 87.84%
HSB/HSV 309° 21.51% 98.43%
CMYK 0.00% 21.51% 3.19%
1.57%

Color #FBC5F3 in popluar number systems.

HEX FB C5 F3
Decimal 251 197 243
Binary 11111011 11000101 11110011
Octal 373 305 363

Shades and tints

Shades of #FBC5F3

#FBC5F3
(251,197,243)
#E5B4DD
(229,180,221)
#CFA3C7
(207,163,199)
#B992B1
(185,146,177)
#A3819B
(163,129,155)
#8D7085
(141,112,133)
#775F6F
(119,95,111)
#614E59
(97,78,89)
#4B3D43
(75,61,67)
#352C2D
(53,44,45)
#1F1B17
(31,27,23)
#000000
(0,0,0)

Tints of #FBC5F3

#FBC5F3
(251,197,243)
#FBCAF4
(251,202,244)
#FBCFF5
(251,207,245)
#FBD4F6
(251,212,246)
#FBD9F7
(251,217,247)
#FBDEF8
(251,222,248)
#FBE3F9
(251,227,249)
#FBE8FA
(251,232,250)
#FBEDFB
(251,237,251)
#FBF2FC
(251,242,252)
#FBF7FD
(251,247,253)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FBC5F3 color. Also use rgb(251,197,243) instead hex code.

Text Font Color

.myTextColor { color: #FBC5F3; }

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

This text font color is #FBC5F3.

Background Color

.myBgColor { background-color: #FBC5F3; }

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

This div background color is #FBC5F3.

Border color

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

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

This div border color is #FBC5F3.

Opacity

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

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

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

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

This text has shadow with #FBC5F3 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FBC5F3.

Preview

Color preview on black background

This text has color #FBC5F3 on black background.


Color preview on white background

This text has color #FBC5F3 on white background.


Black color preview on #FBC5F3 background

This text has black color on #FBC5F3 background.


White color preview on #FBC5F3 background

This text has white color on #FBC5F3 background.


Related colors

Complementary color

Complementary color for #hex is #043A0C.


I love getcolorcode.com

Triadic colors

1 #F3FBC5 and #C5F3FB with #FBC5F3 are triadic colors.

2 #F3C5FB and #C5FBF3 with #FBC5F3 are triadic colors.