COLOR #FFCFF0

HEX: #FFCFF0
RGB: (255,207,240)

Color info

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

RGB color model

#FFCFF0 color RGB value is (255,207,240).

  • red value is 255;
  • green value is 207;
  • blue value is 240.
RGB:
(255,207,240)
(100%,81%,94%)

RGB channels and saturation

R 255 of 255 = 100%
G 207 of 255 = 81%
B 240 of 255 = 94%

255
207
240

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

Portions of RGB colors in percentages

R + G + B =
255 + 207 + 240 = 702 (100%)
R 255 of 702 ~ 36.32%
G 207 of 702 ~ 29.49%
B 240 of 702 ~ 34.19%

%36.32
%29.49
%34.19

CMYK color model

#FFCFF0 color CMYK value is (0,19,6,0).

  • cyan value is 0.00%
  • magenta value is 18.82%
  • yellow value is 5.88%
  • key color value is 0.00%
CMYK:
(0,19,6,0)
C0M19Y6K0 
(0%,19%,6%,0%)
(0.00/0.19/0.06/0.00)	

CMYK percentages

%0
%18.82
%5.88
%0

Codes

Color #FFCFF0 in popluar color models

FFCFF0
RGB255207240
HSL319°100.00%90.59%
HSB/HSV319°18.82%100.00%
CMYK0.00%18.82%5.88%
0.00%

Color #FFCFF0 in popluar number systems.

HEXFFCFF0
Decimal255207240
Binary111111111100111111110000
Octal377317360

Shades and tints

Shades of #FFCFF0

#FFCFF0
(255,207,240)
#E8BDDB
(232,189,219)
#D1ABC6
(209,171,198)
#BA99B1
(186,153,177)
#A3879C
(163,135,156)
#8C7587
(140,117,135)
#756372
(117,99,114)
#5E515D
(94,81,93)
#473F48
(71,63,72)
#302D33
(48,45,51)
#191B1E
(25,27,30)
#000000
(0,0,0)

Tints of #FFCFF0

#FFCFF0
(255,207,240)
#FFD3F1
(255,211,241)
#FFD7F2
(255,215,242)
#FFDBF3
(255,219,243)
#FFDFF4
(255,223,244)
#FFE3F5
(255,227,245)
#FFE7F6
(255,231,246)
#FFEBF7
(255,235,247)
#FFEFF8
(255,239,248)
#FFF3F9
(255,243,249)
#FFF7FA
(255,247,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FFCFF0; }

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

This text font color is #FFCFF0.


Background Color

.myBgColor { background-color: #FFCFF0; }

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

This div background color is #FFCFF0.


Border color

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

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

This div border color is #FFCFF0.


Opacity

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

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

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

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

This text has shadow with #FFCFF0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FFCFF0 on black background.


Color preview on white background

This text has color #FFCFF0 on white background.



Black color preview on #FFCFF0 background

This text has black color on #FFCFF0 background.


White color preview on #FFCFF0 background

This text has white color on #FFCFF0 background.