COLOR #FFC9F2

HEX: #FFC9F2
RGB: (255,201,242)

Color info

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

RGB color model

#FFC9F2 color RGB value is (255,201,242).

  • red value is 255;
  • green value is 201;
  • blue value is 242.
RGB:
(255,201,242)
(100%,79%,95%)

RGB channels and saturation

R 255 of 255 = 100%
G 201 of 255 = 79%
B 242 of 255 = 95%

255
201
242

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

Portions of RGB colors in percentages

R + G + B =
255 + 201 + 242 = 698 (100%)
R 255 of 698 ~ 36.53%
G 201 of 698 ~ 28.8%
B 242 of 698 ~ 34.67%

%36.53
%28.8
%34.67

CMYK color model

#FFC9F2 color CMYK value is (0,21,5,0).

  • cyan value is 0.00%
  • magenta value is 21.18%
  • yellow value is 5.10%
  • key color value is 0.00%
CMYK:
(0,21,5,0)
C0M21Y5K0 
(0%,21%,5%,0%)
(0.00/0.21/0.05/0.00)	

CMYK percentages

%0
%21.18
%5.1
%0

Codes

Color #FFC9F2 in popluar color models

FFC9F2
RGB255201242
HSL314°100.00%89.41%
HSB/HSV314°21.18%100.00%
CMYK0.00%21.18%5.10%
0.00%

Color #FFC9F2 in popluar number systems.

HEXFFC9F2
Decimal255201242
Binary111111111100100111110010
Octal377311362

Shades and tints

Shades of #FFC9F2

#FFC9F2
(255,201,242)
#E8B7DC
(232,183,220)
#D1A5C6
(209,165,198)
#BA93B0
(186,147,176)
#A3819A
(163,129,154)
#8C6F84
(140,111,132)
#755D6E
(117,93,110)
#5E4B58
(94,75,88)
#473942
(71,57,66)
#30272C
(48,39,44)
#191516
(25,21,22)
#000000
(0,0,0)

Tints of #FFC9F2

#FFC9F2
(255,201,242)
#FFCDF3
(255,205,243)
#FFD1F4
(255,209,244)
#FFD5F5
(255,213,245)
#FFD9F6
(255,217,246)
#FFDDF7
(255,221,247)
#FFE1F8
(255,225,248)
#FFE5F9
(255,229,249)
#FFE9FA
(255,233,250)
#FFEDFB
(255,237,251)
#FFF1FC
(255,241,252)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FFC9F2 color. Also use rgb(255,201,242) instead hex code.

Text Font Color

.myTextColor { color: #FFC9F2; }

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

This text font color is #FFC9F2.


Background Color

.myBgColor { background-color: #FFC9F2; }

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

This div background color is #FFC9F2.


Border color

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

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

This div border color is #FFC9F2.


Opacity

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

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

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

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

This text has shadow with #FFC9F2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FFC9F2 on black background.


Color preview on white background

This text has color #FFC9F2 on white background.



Black color preview on #FFC9F2 background

This text has black color on #FFC9F2 background.


White color preview on #FFC9F2 background

This text has white color on #FFC9F2 background.