COLOR #F8CAF0

HEX: #F8CAF0 RGB: (248,202,240)

Color info

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

RGB color model

#F8CAF0 color RGB value is (248,202,240).

RGB: (248,202,240) (97%, 79%, 94%)

RGB channels and saturation

R 248 of 255 = 97%
G 202 of 255 = 79%
B 240 of 255 = 94%

248
202
240

R + G + B ~ 90%. #F8CAF0 is light color.

Portions of RGB colors in percentages

R + G + B = 248 + 202 + 240 = 690 (100%)
R 248 of 690 ~ 35.94%
G 202 of 690 ~ 29.28%
B 240 of 690 ~ 34.78'%

%35.94
%29.28
%34.78

CMYK color model

#F8CAF0 color CMYK value is (0,19,3,3).

  • cyan value is 0.00%
  • magenta value is 18.55%
  • yellow value is 3.23%
  • key color value is 2.75%

CMYK: (0,19,3,3)
C0M19Y3K3 (0%, 19%, 3%, 3%)
(0.00 / 0.19 / 0.03 / 0.03)

CMYK percentages

%0
%18.55
%3.23
%2.75

Codes

Color #F8CAF0 in popluar color models

F8 CA F0
RGB 248 202 240
HSL 310° 76.67% 88.24%
HSB/HSV 310° 18.55% 97.25%
CMYK 0.00% 18.55% 3.23%
2.75%

Color #F8CAF0 in popluar number systems.

HEX F8 CA F0
Decimal 248 202 240
Binary 11111000 11001010 11110000
Octal 370 312 360

Shades and tints

Shades of #F8CAF0

#F8CAF0
(248,202,240)
#E2B8DB
(226,184,219)
#CCA6C6
(204,166,198)
#B694B1
(182,148,177)
#A0829C
(160,130,156)
#8A7087
(138,112,135)
#745E72
(116,94,114)
#5E4C5D
(94,76,93)
#483A48
(72,58,72)
#322833
(50,40,51)
#1C161E
(28,22,30)
#000000
(0,0,0)

Tints of #F8CAF0

#F8CAF0
(248,202,240)
#F8CEF1
(248,206,241)
#F8D2F2
(248,210,242)
#F8D6F3
(248,214,243)
#F8DAF4
(248,218,244)
#F8DEF5
(248,222,245)
#F8E2F6
(248,226,246)
#F8E6F7
(248,230,247)
#F8EAF8
(248,234,248)
#F8EEF9
(248,238,249)
#F8F2FA
(248,242,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F8CAF0 color. Also use rgb(248,202,240) instead hex code.

Text Font Color

.myTextColor { color: #F8CAF0; }

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

This text font color is #F8CAF0.

Background Color

.myBgColor { background-color: #F8CAF0; }

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

This div background color is #F8CAF0.

Border color

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

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

This div border color is #F8CAF0.

Opacity

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

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

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

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

This text has shadow with #F8CAF0 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F8CAF0.

Preview

Color preview on black background

This text has color #F8CAF0 on black background.


Color preview on white background

This text has color #F8CAF0 on white background.


Black color preview on #F8CAF0 background

This text has black color on #F8CAF0 background.


White color preview on #F8CAF0 background

This text has white color on #F8CAF0 background.


Related colors

Complementary color

Complementary color for #hex is #07350F.


I love getcolorcode.com

Triadic colors

1 #F0F8CA and #CAF0F8 with #F8CAF0 are triadic colors.

2 #F0CAF8 and #CAF8F0 with #F8CAF0 are triadic colors.