COLOR #FFC4F4

HEX: #FFC4F4
RGB: (255,196,244)

Color info

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

RGB color model

#FFC4F4 color RGB value is (255,196,244).

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

RGB channels and saturation

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

255
196
244

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

Portions of RGB colors in percentages

R + G + B =
255 + 196 + 244 = 695 (100%)
R 255 of 695 ~ 36.69%
G 196 of 695 ~ 28.2%
B 244 of 695 ~ 35.11%

%36.69
%28.2
%35.11

CMYK color model

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

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

CMYK percentages

%0
%23.14
%4.31
%0

Codes

Color #FFC4F4 in popluar color models

FFC4F4
RGB255196244
HSL311°100.00%88.43%
HSB/HSV311°23.14%100.00%
CMYK0.00%23.14%4.31%
0.00%

Color #FFC4F4 in popluar number systems.

HEXFFC4F4
Decimal255196244
Binary111111111100010011110100
Octal377304364

Shades and tints

Shades of #FFC4F4

#FFC4F4
(255,196,244)
#E8B3DE
(232,179,222)
#D1A2C8
(209,162,200)
#BA91B2
(186,145,178)
#A3809C
(163,128,156)
#8C6F86
(140,111,134)
#755E70
(117,94,112)
#5E4D5A
(94,77,90)
#473C44
(71,60,68)
#302B2E
(48,43,46)
#191A18
(25,26,24)
#000000
(0,0,0)

Tints of #FFC4F4

#FFC4F4
(255,196,244)
#FFC9F5
(255,201,245)
#FFCEF6
(255,206,246)
#FFD3F7
(255,211,247)
#FFD8F8
(255,216,248)
#FFDDF9
(255,221,249)
#FFE2FA
(255,226,250)
#FFE7FB
(255,231,251)
#FFECFC
(255,236,252)
#FFF1FD
(255,241,253)
#FFF6FE
(255,246,254)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FFC4F4; }

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

This text font color is #FFC4F4.


Background Color

.myBgColor { background-color: #FFC4F4; }

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

This div background color is #FFC4F4.


Border color

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

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

This div border color is #FFC4F4.


Opacity

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

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

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

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

This text has shadow with #FFC4F4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FFC4F4 on black background.


Color preview on white background

This text has color #FFC4F4 on white background.



Black color preview on #FFC4F4 background

This text has black color on #FFC4F4 background.


White color preview on #FFC4F4 background

This text has white color on #FFC4F4 background.