COLOR #F0D5EB

HEX: #F0D5EB
RGB: (240,213,235)

Renk bilgisi

#F0D5EB contains red, green and blue colors in about the same proportion. #F0D5EB ‘ nin web güvenlik rengi #FFCCFF (ya da #FCF) dir.

RGB renk modeli

#F0D5EB color RGB value is (240,213,235).

  • kırmız ton 240;
  • yeşil ton 213;
  • mavi ton 235.
RGB:
(240,213,235)
(94%,84%,92%)

RGB bağlantıları ve doygunluk

R 240 of 255 = 94%
G 213 of 255 = 84%
B 235 of 255 = 92%

240
213
235

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

Yüzdelerle RGB renk parçaları

R + G + B =
240 + 213 + 235 = 688 (100%)
R 240 of 688 ~ 34.88%
G 213 of 688 ~ 30.96%
B 235 of 688 ~ 34.16%

%34.88
%30.96
%34.16

CMYK RENK MODELİ

#F0D5EB rengi CMYK tonu (0,11,2,6).

  • camgöbeği tonu 0.00%
  • eflatun tonu 11.25%
  • sarı tonu 2.08%
  • ana renk tonu 5.88%
CMYK:
(0,11,2,6)
C0M11Y2K6 
(0%,11%,2%,6%)
(0.00/0.11/0.02/0.06)	

CMYK yüzdeleri

%0
%11.25
%2.08
%5.88

Codes

Color #F0D5EB in popluar color models

F0D5EB
RGB240213235
HSL311°47.37%88.82%
HSB/HSV311°11.25%94.12%
CMYK0.00%11.25%2.08%
5.88%

Color #F0D5EB in popluar number systems.

HEXF0D5EB
Decimal240213235
Binary111100001101010111101011
Octal360325353

Shades and tints

Shades of #F0D5EB

#F0D5EB
(240,213,235)
#DBC2D6
(219,194,214)
#C6AFC1
(198,175,193)
#B19CAC
(177,156,172)
#9C8997
(156,137,151)
#877682
(135,118,130)
#72636D
(114,99,109)
#5D5058
(93,80,88)
#483D43
(72,61,67)
#332A2E
(51,42,46)
#1E1719
(30,23,25)
#000000
(0,0,0)

Tints of #F0D5EB

#F0D5EB
(240,213,235)
#F1D8EC
(241,216,236)
#F2DBED
(242,219,237)
#F3DEEE
(243,222,238)
#F4E1EF
(244,225,239)
#F5E4F0
(245,228,240)
#F6E7F1
(246,231,241)
#F7EAF2
(247,234,242)
#F8EDF3
(248,237,243)
#F9F0F4
(249,240,244)
#FAF3F5
(250,243,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F0D5EB color. Also use rgb(240,213,235) instead hex code.

Text Font Color

.myTextColor { color: #F0D5EB; }

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

This text font color is #F0D5EB.


Background Color

.myBgColor { background-color: #F0D5EB; }

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

This div background color is #F0D5EB.


Border color

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

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

This div border color is #F0D5EB.


Opacity

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

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

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

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

This text has shadow with #F0D5EB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F0D5EB on black background.


Color preview on white background

This text has color #F0D5EB on white background.



Black color preview on #F0D5EB background

This text has black color on #F0D5EB background.


White color preview on #F0D5EB background

This text has white color on #F0D5EB background.