COLOR #F9C8FF

HEX: #F9C8FF RGB: (249,200,255)

Color info

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

RGB color model

#F9C8FF color RGB value is (249,200,255).

RGB: (249,200,255) (98%, 78%, 100%)

RGB channels and saturation

R 249 of 255 = 98%
G 200 of 255 = 78%
B 255 of 255 = 100%

249
200
255

R + G + B ~ 92%. #F9C8FF is light color.

Portions of RGB colors in percentages

R + G + B = 249 + 200 + 255 = 704 (100%)
R 249 of 704 ~ 35.37%
G 200 of 704 ~ 28.41%
B 255 of 704 ~ 36.22'%

%35.37
%28.41
%36.22

CMYK color model

#F9C8FF color CMYK value is (2,22,0,0).

  • cyan value is 2.35%
  • magenta value is 21.57%
  • yellow value is 0.00%
  • key color value is 0.00%

CMYK: (2,22,0,0)
C2M22Y0K0 (2%, 22%, 0%, 0%)
(0.02 / 0.22 / 0.00 / 0.00)

CMYK percentages

%2.35
%21.57
%0
%0

Codes

Color #F9C8FF in popluar color models

F9 C8 FF
RGB 249 200 255
HSL 293° 100.00% 89.22%
HSB/HSV 293° 21.57% 100.00%
CMYK 2.35% 21.57% 0.00%
0.00%

Color #F9C8FF in popluar number systems.

HEX F9 C8 FF
Decimal 249 200 255
Binary 11111001 11001000 11111111
Octal 371 310 377

Shades and tints

Shades of #F9C8FF

#F9C8FF
(249,200,255)
#E3B6E8
(227,182,232)
#CDA4D1
(205,164,209)
#B792BA
(183,146,186)
#A180A3
(161,128,163)
#8B6E8C
(139,110,140)
#755C75
(117,92,117)
#5F4A5E
(95,74,94)
#493847
(73,56,71)
#332630
(51,38,48)
#1D1419
(29,20,25)
#000000
(0,0,0)

Tints of #F9C8FF

#F9C8FF
(249,200,255)
#F9CDFF
(249,205,255)
#F9D2FF
(249,210,255)
#F9D7FF
(249,215,255)
#F9DCFF
(249,220,255)
#F9E1FF
(249,225,255)
#F9E6FF
(249,230,255)
#F9EBFF
(249,235,255)
#F9F0FF
(249,240,255)
#F9F5FF
(249,245,255)
#F9FAFF
(249,250,255)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F9C8FF color. Also use rgb(249,200,255) instead hex code.

Text Font Color

.myTextColor { color: #F9C8FF; }

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

This text font color is #F9C8FF.

Background Color

.myBgColor { background-color: #F9C8FF; }

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

This div background color is #F9C8FF.

Border color

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

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

This div border color is #F9C8FF.

Opacity

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

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

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

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

This text has shadow with #F9C8FF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F9C8FF.

Preview

Color preview on black background

This text has color #F9C8FF on black background.


Color preview on white background

This text has color #F9C8FF on white background.


Black color preview on #F9C8FF background

This text has black color on #F9C8FF background.


White color preview on #F9C8FF background

This text has white color on #F9C8FF background.


Related colors

Complementary color

Complementary color for #hex is #063700.


I love getcolorcode.com

Triadic colors

1 #FFF9C8 and #C8FFF9 with #F9C8FF are triadic colors.

2 #FFC8F9 and #C8F9FF with #F9C8FF are triadic colors.