COLOR #FDFEDB

HEX: #FDFEDB
RGB: (253,254,219)

Renk bilgisi

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

RGB renk modeli

#FDFEDB color RGB value is (253,254,219).

  • kırmız ton 253;
  • yeşil ton 254;
  • mavi ton 219.
RGB:
(253,254,219)
(99%,100%,86%)

RGB bağlantıları ve doygunluk

R 253 of 255 = 99%
G 254 of 255 = 100%
B 219 of 255 = 86%

253
254
219

R + G + B ~ 95%. #FDFEDB is light color.

Yüzdelerle RGB renk parçaları

R + G + B =
253 + 254 + 219 = 726 (100%)
R 253 of 726 ~ 34.85%
G 254 of 726 ~ 34.99%
B 219 of 726 ~ 30.17%

%34.85
%34.99
%30.17

CMYK RENK MODELİ

#FDFEDB rengi CMYK tonu (0,0,14,0).

  • camgöbeği tonu 0.39%
  • eflatun tonu 0.00%
  • sarı tonu 13.78%
  • ana renk tonu 0.39%
CMYK:
(0,0,14,0)
C0M0Y14K0 
(0%,0%,14%,0%)
(0.00/0.00/0.14/0.00)	

CMYK yüzdeleri

%0.39
%0
%13.78
%0.39

Codes

Color #FDFEDB in popluar color models

FDFEDB
RGB253254219
HSL62°94.59%92.75%
HSB/HSV62°13.78%99.61%
CMYK0.39%0.00%13.78%
0.39%

Color #FDFEDB in popluar number systems.

HEXFDFEDB
Decimal253254219
Binary111111011111111011011011
Octal375376333

Shades and tints

Shades of #FDFEDB

#FDFEDB
(253,254,219)
#E6E7C8
(230,231,200)
#CFD0B5
(207,208,181)
#B8B9A2
(184,185,162)
#A1A28F
(161,162,143)
#8A8B7C
(138,139,124)
#737469
(115,116,105)
#5C5D56
(92,93,86)
#454643
(69,70,67)
#2E2F30
(46,47,48)
#17181D
(23,24,29)
#000000
(0,0,0)

Tints of #FDFEDB

#FDFEDB
(253,254,219)
#FDFEDE
(253,254,222)
#FDFEE1
(253,254,225)
#FDFEE4
(253,254,228)
#FDFEE7
(253,254,231)
#FDFEEA
(253,254,234)
#FDFEED
(253,254,237)
#FDFEF0
(253,254,240)
#FDFEF3
(253,254,243)
#FDFEF6
(253,254,246)
#FDFEF9
(253,254,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FDFEDB color. Also use rgb(253,254,219) instead hex code.

Text Font Color

.myTextColor { color: #FDFEDB; }

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

This text font color is #FDFEDB.


Background Color

.myBgColor { background-color: #FDFEDB; }

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

This div background color is #FDFEDB.


Border color

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

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

This div border color is #FDFEDB.


Opacity

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

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

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

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

This text has shadow with #FDFEDB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FDFEDB on black background.


Color preview on white background

This text has color #FDFEDB on white background.



Black color preview on #FDFEDB background

This text has black color on #FDFEDB background.


White color preview on #FDFEDB background

This text has white color on #FDFEDB background.