COLOR #FDF0F0

HEX: #FDF0F0
RGB: (253,240,240)

Color info

#FDF0F0 contains red, green and blue colors in about the same proportion. Web safe color of #FDF0F0 is #FFFFFF (or #FFF).

RGB color model

#FDF0F0 color RGB value is (253,240,240).

  • red value is 253;
  • green value is 240;
  • blue value is 240.
RGB:
(253,240,240)
(99%,94%,94%)

RGB channels and saturation

R 253 of 255 = 99%
G 240 of 255 = 94%
B 240 of 255 = 94%

253
240
240

R + G + B ~ 96%. #FDF0F0 is light color.

Portions of RGB colors in percentages

R + G + B =
253 + 240 + 240 = 733 (100%)
R 253 of 733 ~ 34.52%
G 240 of 733 ~ 32.74%
B 240 of 733 ~ 32.74%

%34.52
%32.74
%32.74

CMYK color model

#FDF0F0 color CMYK value is (0,5,5,1).

  • cyan value is 0.00%
  • magenta value is 5.14%
  • yellow value is 5.14%
  • key color value is 0.78%
CMYK:
(0,5,5,1)
C0M5Y5K1 
(0%,5%,5%,1%)
(0.00/0.05/0.05/0.01)	

CMYK percentages

%0
%5.14
%5.14
%0.78

Codes

Color #FDF0F0 in popluar color models

FDF0F0
RGB253240240
HSL76.47%96.67%
HSB/HSV5.14%99.22%
CMYK0.00%5.14%5.14%
0.78%

Color #FDF0F0 in popluar number systems.

HEXFDF0F0
Decimal253240240
Binary111111011111000011110000
Octal375360360

Shades and tints

Shades of #FDF0F0

#FDF0F0
(253,240,240)
#E6DBDB
(230,219,219)
#CFC6C6
(207,198,198)
#B8B1B1
(184,177,177)
#A19C9C
(161,156,156)
#8A8787
(138,135,135)
#737272
(115,114,114)
#5C5D5D
(92,93,93)
#454848
(69,72,72)
#2E3333
(46,51,51)
#171E1E
(23,30,30)
#000000
(0,0,0)

Tints of #FDF0F0

#FDF0F0
(253,240,240)
#FDF1F1
(253,241,241)
#FDF2F2
(253,242,242)
#FDF3F3
(253,243,243)
#FDF4F4
(253,244,244)
#FDF5F5
(253,245,245)
#FDF6F6
(253,246,246)
#FDF7F7
(253,247,247)
#FDF8F8
(253,248,248)
#FDF9F9
(253,249,249)
#FDFAFA
(253,250,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FDF0F0; }

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

This text font color is #FDF0F0.


Background Color

.myBgColor { background-color: #FDF0F0; }

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

This div background color is #FDF0F0.


Border color

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

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

This div border color is #FDF0F0.


Opacity

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

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

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

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

This text has shadow with #FDF0F0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FDF0F0 on black background.


Color preview on white background

This text has color #FDF0F0 on white background.



Black color preview on #FDF0F0 background

This text has black color on #FDF0F0 background.


White color preview on #FDF0F0 background

This text has white color on #FDF0F0 background.