COLOR #F0E6EB

HEX: #F0E6EB
RGB: (240,230,235)

Renk bilgisi

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

RGB renk modeli

#F0E6EB color RGB value is (240,230,235).

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

RGB bağlantıları ve doygunluk

R 240 of 255 = 94%
G 230 of 255 = 90%
B 235 of 255 = 92%

240
230
235

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

Yüzdelerle RGB renk parçaları

R + G + B =
240 + 230 + 235 = 705 (100%)
R 240 of 705 ~ 34.04%
G 230 of 705 ~ 32.62%
B 235 of 705 ~ 33.33%

%34.04
%32.62
%33.33

CMYK RENK MODELİ

#F0E6EB rengi CMYK tonu (0,4,2,6).

  • camgöbeği tonu 0.00%
  • eflatun tonu 4.17%
  • sarı tonu 2.08%
  • ana renk tonu 5.88%
CMYK:
(0,4,2,6)
C0M4Y2K6 
(0%,4%,2%,6%)
(0.00/0.04/0.02/0.06)	

CMYK yüzdeleri

%0
%4.17
%2.08
%5.88

Codes

Color #F0E6EB in popluar color models

F0E6EB
RGB240230235
HSL330°25.00%92.16%
HSB/HSV330°4.17%94.12%
CMYK0.00%4.17%2.08%
5.88%

Color #F0E6EB in popluar number systems.

HEXF0E6EB
Decimal240230235
Binary111100001110011011101011
Octal360346353

Shades and tints

Shades of #F0E6EB

#F0E6EB
(240,230,235)
#DBD2D6
(219,210,214)
#C6BEC1
(198,190,193)
#B1AAAC
(177,170,172)
#9C9697
(156,150,151)
#878282
(135,130,130)
#726E6D
(114,110,109)
#5D5A58
(93,90,88)
#484643
(72,70,67)
#33322E
(51,50,46)
#1E1E19
(30,30,25)
#000000
(0,0,0)

Tints of #F0E6EB

#F0E6EB
(240,230,235)
#F1E8EC
(241,232,236)
#F2EAED
(242,234,237)
#F3ECEE
(243,236,238)
#F4EEEF
(244,238,239)
#F5F0F0
(245,240,240)
#F6F2F1
(246,242,241)
#F7F4F2
(247,244,242)
#F8F6F3
(248,246,243)
#F9F8F4
(249,248,244)
#FAFAF5
(250,250,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F0E6EB; }

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

This text font color is #F0E6EB.


Background Color

.myBgColor { background-color: #F0E6EB; }

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

This div background color is #F0E6EB.


Border color

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

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

This div border color is #F0E6EB.


Opacity

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

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

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

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

This text has shadow with #F0E6EB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F0E6EB on black background.


Color preview on white background

This text has color #F0E6EB on white background.



Black color preview on #F0E6EB background

This text has black color on #F0E6EB background.


White color preview on #F0E6EB background

This text has white color on #F0E6EB background.