COLOR #F5C4FF

HEX: #F5C4FF
RGB: (245,196,255)

Color info

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

RGB color model

#F5C4FF color RGB value is (245,196,255).

  • red value is 245;
  • green value is 196;
  • blue value is 255.
RGB:
(245,196,255)
(96%,77%,100%)

RGB channels and saturation

R 245 of 255 = 96%
G 196 of 255 = 77%
B 255 of 255 = 100%

245
196
255

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

Portions of RGB colors in percentages

R + G + B =
245 + 196 + 255 = 696 (100%)
R 245 of 696 ~ 35.2%
G 196 of 696 ~ 28.16%
B 255 of 696 ~ 36.64%

%35.2
%28.16
%36.64

CMYK color model

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

  • cyan value is 3.92%
  • magenta value is 23.14%
  • yellow value is 0.00%
  • key color value is 0.00%
CMYK:
(4,23,0,0)
C4M23Y0K0 
(4%,23%,0%,0%)
(0.04/0.23/0.00/0.00)	

CMYK percentages

%3.92
%23.14
%0
%0

Codes

Color #F5C4FF in popluar color models

F5C4FF
RGB245196255
HSL290°100.00%88.43%
HSB/HSV290°23.14%100.00%
CMYK3.92%23.14%0.00%
0.00%

Color #F5C4FF in popluar number systems.

HEXF5C4FF
Decimal245196255
Binary111101011100010011111111
Octal365304377

Shades and tints

Shades of #F5C4FF

#F5C4FF
(245,196,255)
#DFB3E8
(223,179,232)
#C9A2D1
(201,162,209)
#B391BA
(179,145,186)
#9D80A3
(157,128,163)
#876F8C
(135,111,140)
#715E75
(113,94,117)
#5B4D5E
(91,77,94)
#453C47
(69,60,71)
#2F2B30
(47,43,48)
#191A19
(25,26,25)
#000000
(0,0,0)

Tints of #F5C4FF

#F5C4FF
(245,196,255)
#F5C9FF
(245,201,255)
#F5CEFF
(245,206,255)
#F5D3FF
(245,211,255)
#F5D8FF
(245,216,255)
#F5DDFF
(245,221,255)
#F5E2FF
(245,226,255)
#F5E7FF
(245,231,255)
#F5ECFF
(245,236,255)
#F5F1FF
(245,241,255)
#F5F6FF
(245,246,255)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F5C4FF color. Also use rgb(245,196,255) instead hex code.

Text Font Color

.myTextColor { color: #F5C4FF; }

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

This text font color is #F5C4FF.


Background Color

.myBgColor { background-color: #F5C4FF; }

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

This div background color is #F5C4FF.


Border color

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

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

This div border color is #F5C4FF.


Opacity

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

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

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

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

This text has shadow with #F5C4FF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F5C4FF on black background.


Color preview on white background

This text has color #F5C4FF on white background.



Black color preview on #F5C4FF background

This text has black color on #F5C4FF background.


White color preview on #F5C4FF background

This text has white color on #F5C4FF background.