COLOR #FFCFFB

HEX: #FFCFFB RGB: (255,207,251)

Color info

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

RGB color model

#FFCFFB color RGB value is (255,207,251).

RGB: (255,207,251) (100%, 81%, 98%)

RGB channels and saturation

R 255 of 255 = 100%
G 207 of 255 = 81%
B 251 of 255 = 98%

255
207
251

R + G + B ~ 93%. #FFCFFB is light color.

Portions of RGB colors in percentages

R + G + B = 255 + 207 + 251 = 713 (100%)
R 255 of 713 ~ 35.76%
G 207 of 713 ~ 29.03%
B 251 of 713 ~ 35.2'%

%35.76
%29.03
%35.2

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 18.82%
  • yellow value is 1.57%
  • key color value is 0.00%

CMYK: (0,19,2,0)
C0M19Y2K0 (0%, 19%, 2%, 0%)
(0.00 / 0.19 / 0.02 / 0.00)

CMYK percentages

%0
%18.82
%1.57
%0

Codes

Color #FFCFFB in popluar color models

FF CF FB
RGB 255 207 251
HSL 305° 100.00% 90.59%
HSB/HSV 305° 18.82% 100.00%
CMYK 0.00% 18.82% 1.57%
0.00%

Color #FFCFFB in popluar number systems.

HEX FF CF FB
Decimal 255 207 251
Binary 11111111 11001111 11111011
Octal 377 317 373

Shades and tints

Shades of #FFCFFB

#FFCFFB
(255,207,251)
#E8BDE5
(232,189,229)
#D1ABCF
(209,171,207)
#BA99B9
(186,153,185)
#A387A3
(163,135,163)
#8C758D
(140,117,141)
#756377
(117,99,119)
#5E5161
(94,81,97)
#473F4B
(71,63,75)
#302D35
(48,45,53)
#191B1F
(25,27,31)
#000000
(0,0,0)

Tints of #FFCFFB

#FFCFFB
(255,207,251)
#FFD3FB
(255,211,251)
#FFD7FB
(255,215,251)
#FFDBFB
(255,219,251)
#FFDFFB
(255,223,251)
#FFE3FB
(255,227,251)
#FFE7FB
(255,231,251)
#FFEBFB
(255,235,251)
#FFEFFB
(255,239,251)
#FFF3FB
(255,243,251)
#FFF7FB
(255,247,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FFCFFB color. Also use rgb(255,207,251) instead hex code.

Text Font Color

.myTextColor { color: #FFCFFB; }

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

This text font color is #FFCFFB.

Background Color

.myBgColor { background-color: #FFCFFB; }

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

This div background color is #FFCFFB.

Border color

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

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

This div border color is #FFCFFB.

Opacity

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

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

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

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

This text has shadow with #FFCFFB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FFCFFB.

Preview

Color preview on black background

This text has color #FFCFFB on black background.


Color preview on white background

This text has color #FFCFFB on white background.


Black color preview on #FFCFFB background

This text has black color on #FFCFFB background.


White color preview on #FFCFFB background

This text has white color on #FFCFFB background.


Related colors

Complementary color

Complementary color for #hex is #003004.


I love getcolorcode.com

Triadic colors

1 #FBFFCF and #CFFBFF with #FFCFFB are triadic colors.

2 #FBCFFF and #CFFFFB with #FFCFFB are triadic colors.