COLOR #F5CBFA

HEX: #F5CBFA
RGB: (245,203,250)

Color info

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

RGB color model

#F5CBFA color RGB value is (245,203,250).

  • red value is 245;
  • green value is 203;
  • blue value is 250.
RGB:
(245,203,250)
(96%,80%,98%)

RGB channels and saturation

R 245 of 255 = 96%
G 203 of 255 = 80%
B 250 of 255 = 98%

245
203
250

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

Portions of RGB colors in percentages

R + G + B =
245 + 203 + 250 = 698 (100%)
R 245 of 698 ~ 35.1%
G 203 of 698 ~ 29.08%
B 250 of 698 ~ 35.82%

%35.1
%29.08
%35.82

CMYK color model

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

  • cyan value is 2.00%
  • magenta value is 18.80%
  • yellow value is 0.00%
  • key color value is 1.96%
CMYK:
(2,19,0,2)
C2M19Y0K2 
(2%,19%,0%,2%)
(0.02/0.19/0.00/0.02)	

CMYK percentages

%2
%18.8
%0
%1.96

Codes

Color #F5CBFA in popluar color models

F5CBFA
RGB245203250
HSL294°82.46%88.82%
HSB/HSV294°18.80%98.04%
CMYK2.00%18.80%0.00%
1.96%

Color #F5CBFA in popluar number systems.

HEXF5CBFA
Decimal245203250
Binary111101011100101111111010
Octal365313372

Shades and tints

Shades of #F5CBFA

#F5CBFA
(245,203,250)
#DFB9E4
(223,185,228)
#C9A7CE
(201,167,206)
#B395B8
(179,149,184)
#9D83A2
(157,131,162)
#87718C
(135,113,140)
#715F76
(113,95,118)
#5B4D60
(91,77,96)
#453B4A
(69,59,74)
#2F2934
(47,41,52)
#19171E
(25,23,30)
#000000
(0,0,0)

Tints of #F5CBFA

#F5CBFA
(245,203,250)
#F5CFFA
(245,207,250)
#F5D3FA
(245,211,250)
#F5D7FA
(245,215,250)
#F5DBFA
(245,219,250)
#F5DFFA
(245,223,250)
#F5E3FA
(245,227,250)
#F5E7FA
(245,231,250)
#F5EBFA
(245,235,250)
#F5EFFA
(245,239,250)
#F5F3FA
(245,243,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F5CBFA color. Also use rgb(245,203,250) instead hex code.

Text Font Color

.myTextColor { color: #F5CBFA; }

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

This text font color is #F5CBFA.


Background Color

.myBgColor { background-color: #F5CBFA; }

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

This div background color is #F5CBFA.


Border color

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

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

This div border color is #F5CBFA.


Opacity

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

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

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

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

This text has shadow with #F5CBFA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F5CBFA on black background.


Color preview on white background

This text has color #F5CBFA on white background.



Black color preview on #F5CBFA background

This text has black color on #F5CBFA background.


White color preview on #F5CBFA background

This text has white color on #F5CBFA background.