COLOR #F0C0FF

HEX: #F0C0FF RGB: (240,192,255)

Renk bilgisi

#F0C0FF contains mainly red and blue colors. #F0C0FF ‘ nin web güvenlik rengi #FFCCFF (ya da #FCF) dir.

RGB renk modeli

#F0C0FF color RGB value is (240,192,255).

RGB: (240,192,255) (94%, 75%, 100%)

RGB bağlantıları ve doygunluk

R 240 of 255 = 94%
G 192 of 255 = 75%
B 255 of 255 = 100%

240
192
255

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

Yüzdelerle RGB renk parçaları

R + G + B = 240 + 192 + 255 = 687 (100%)
R 240 of 687 ~ 34.93%
G 192 of 687 ~ 27.95%
B 255 of 687 ~ 37.12'%

%34.93
%27.95
%37.12

CMYK RENK MODELİ

#F0C0FF rengi CMYK tonu (6,25,0,0).

  • camgöbeği tonu 5.88%
  • eflatun tonu 24.71%
  • sarı tonu 0.00%
  • ana renk tonu 0.00%

CMYK: (6,25,0,0)
C6M25Y0K0 (6%, 25%, 0%, 0%)
(0.06 / 0.25 / 0.00 / 0.00)

CMYK yüzdeleri

%5.88
%24.71
%0
%0

Codes

Color #F0C0FF in popluar color models

F0 C0 FF
RGB 240 192 255
HSL 286° 100.00% 87.65%
HSB/HSV 286° 24.71% 100.00%
CMYK 5.88% 24.71% 0.00%
0.00%

Color #F0C0FF in popluar number systems.

HEX F0 C0 FF
Decimal 240 192 255
Binary 11110000 11000000 11111111
Octal 360 300 377

Shades and tints

Shades of #F0C0FF

#F0C0FF
(240,192,255)
#DBAFE8
(219,175,232)
#C69ED1
(198,158,209)
#B18DBA
(177,141,186)
#9C7CA3
(156,124,163)
#876B8C
(135,107,140)
#725A75
(114,90,117)
#5D495E
(93,73,94)
#483847
(72,56,71)
#332730
(51,39,48)
#1E1619
(30,22,25)
#000000
(0,0,0)

Tints of #F0C0FF

#F0C0FF
(240,192,255)
#F1C5FF
(241,197,255)
#F2CAFF
(242,202,255)
#F3CFFF
(243,207,255)
#F4D4FF
(244,212,255)
#F5D9FF
(245,217,255)
#F6DEFF
(246,222,255)
#F7E3FF
(247,227,255)
#F8E8FF
(248,232,255)
#F9EDFF
(249,237,255)
#FAF2FF
(250,242,255)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F0C0FF; }

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

This text font color is #F0C0FF.

Background Color

.myBgColor { background-color: #F0C0FF; }

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

This div background color is #F0C0FF.

Border color

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

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

This div border color is #F0C0FF.

Opacity

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

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

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

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

This text has shadow with #F0C0FF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F0C0FF.

Preview

Color preview on black background

This text has color #F0C0FF on black background.


Color preview on white background

This text has color #F0C0FF on white background.


Black color preview on #F0C0FF background

This text has black color on #F0C0FF background.


White color preview on #F0C0FF background

This text has white color on #F0C0FF background.


Related colors

Complementary color

Complementary color for #hex is #0F3F00.


I love getcolorcode.com

Triadic colors

1 #FFF0C0 and #C0FFF0 with #F0C0FF are triadic colors.

2 #FFC0F0 and #C0F0FF with #F0C0FF are triadic colors.