COLOR #F0CBFB

HEX: #F0CBFB RGB: (240,203,251)

Color info

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

RGB color model

#F0CBFB color RGB value is (240,203,251).

RGB: (240,203,251) (94%, 80%, 98%)

RGB channels and saturation

R 240 of 255 = 94%
G 203 of 255 = 80%
B 251 of 255 = 98%

240
203
251

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

Portions of RGB colors in percentages

R + G + B = 240 + 203 + 251 = 694 (100%)
R 240 of 694 ~ 34.58%
G 203 of 694 ~ 29.25%
B 251 of 694 ~ 36.17'%

%34.58
%29.25
%36.17

CMYK color model

#F0CBFB color CMYK value is (4,19,0,2).

  • cyan value is 4.38%
  • magenta value is 19.12%
  • yellow value is 0.00%
  • key color value is 1.57%

CMYK: (4,19,0,2)
C4M19Y0K2 (4%, 19%, 0%, 2%)
(0.04 / 0.19 / 0.00 / 0.02)

CMYK percentages

%4.38
%19.12
%0
%1.57

Codes

Color #F0CBFB in popluar color models

F0 CB FB
RGB 240 203 251
HSL 286° 85.71% 89.02%
HSB/HSV 286° 19.12% 98.43%
CMYK 4.38% 19.12% 0.00%
1.57%

Color #F0CBFB in popluar number systems.

HEX F0 CB FB
Decimal 240 203 251
Binary 11110000 11001011 11111011
Octal 360 313 373

Shades and tints

Shades of #F0CBFB

#F0CBFB
(240,203,251)
#DBB9E5
(219,185,229)
#C6A7CF
(198,167,207)
#B195B9
(177,149,185)
#9C83A3
(156,131,163)
#87718D
(135,113,141)
#725F77
(114,95,119)
#5D4D61
(93,77,97)
#483B4B
(72,59,75)
#332935
(51,41,53)
#1E171F
(30,23,31)
#000000
(0,0,0)

Tints of #F0CBFB

#F0CBFB
(240,203,251)
#F1CFFB
(241,207,251)
#F2D3FB
(242,211,251)
#F3D7FB
(243,215,251)
#F4DBFB
(244,219,251)
#F5DFFB
(245,223,251)
#F6E3FB
(246,227,251)
#F7E7FB
(247,231,251)
#F8EBFB
(248,235,251)
#F9EFFB
(249,239,251)
#FAF3FB
(250,243,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F0CBFB color. Also use rgb(240,203,251) instead hex code.

Text Font Color

.myTextColor { color: #F0CBFB; }

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

This text font color is #F0CBFB.

Background Color

.myBgColor { background-color: #F0CBFB; }

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

This div background color is #F0CBFB.

Border color

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

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

This div border color is #F0CBFB.

Opacity

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

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

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

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

This text has shadow with #F0CBFB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F0CBFB.

Preview

Color preview on black background

This text has color #F0CBFB on black background.


Color preview on white background

This text has color #F0CBFB on white background.


Black color preview on #F0CBFB background

This text has black color on #F0CBFB background.


White color preview on #F0CBFB background

This text has white color on #F0CBFB background.


Related colors

Complementary color

Complementary color for #hex is #0F3404.


I love getcolorcode.com

Triadic colors

1 #FBF0CB and #CBFBF0 with #F0CBFB are triadic colors.

2 #FBCBF0 and #CBF0FB with #F0CBFB are triadic colors.