COLOR #FDF4FF

HEX: #FDF4FF RGB: (253,244,255)

Color info

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

RGB color model

#FDF4FF color RGB value is (253,244,255).

RGB: (253,244,255) (99%, 96%, 100%)

RGB channels and saturation

R 253 of 255 = 99%
G 244 of 255 = 96%
B 255 of 255 = 100%

253
244
255

R + G + B ~ 98%. #FDF4FF is light color.

Portions of RGB colors in percentages

R + G + B = 253 + 244 + 255 = 752 (100%)
R 253 of 752 ~ 33.64%
G 244 of 752 ~ 32.45%
B 255 of 752 ~ 33.91'%

%33.64
%32.45
%33.91

CMYK color model

#FDF4FF color CMYK value is (1,4,0,0).

  • cyan value is 0.78%
  • magenta value is 4.31%
  • yellow value is 0.00%
  • key color value is 0.00%

CMYK: (1,4,0,0)
C1M4Y0K0 (1%, 4%, 0%, 0%)
(0.01 / 0.04 / 0.00 / 0.00)

CMYK percentages

%0.78
%4.31
%0
%0

Codes

Color #FDF4FF in popluar color models

FD F4 FF
RGB 253 244 255
HSL 289° 100.00% 97.84%
HSB/HSV 289° 4.31% 100.00%
CMYK 0.78% 4.31% 0.00%
0.00%

Color #FDF4FF in popluar number systems.

HEX FD F4 FF
Decimal 253 244 255
Binary 11111101 11110100 11111111
Octal 375 364 377

Shades and tints

Shades of #FDF4FF

#FDF4FF
(253,244,255)
#E6DEE8
(230,222,232)
#CFC8D1
(207,200,209)
#B8B2BA
(184,178,186)
#A19CA3
(161,156,163)
#8A868C
(138,134,140)
#737075
(115,112,117)
#5C5A5E
(92,90,94)
#454447
(69,68,71)
#2E2E30
(46,46,48)
#171819
(23,24,25)
#000000
(0,0,0)

Tints of #FDF4FF

#FDF4FF
(253,244,255)
#FDF5FF
(253,245,255)
#FDF6FF
(253,246,255)
#FDF7FF
(253,247,255)
#FDF8FF
(253,248,255)
#FDF9FF
(253,249,255)
#FDFAFF
(253,250,255)
#FDFBFF
(253,251,255)
#FDFCFF
(253,252,255)
#FDFDFF
(253,253,255)
#FDFEFF
(253,254,255)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FDF4FF; }

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

This text font color is #FDF4FF.

Background Color

.myBgColor { background-color: #FDF4FF; }

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

This div background color is #FDF4FF.

Border color

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

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

This div border color is #FDF4FF.

Opacity

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

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

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

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

This text has shadow with #FDF4FF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FDF4FF.

Preview

Color preview on black background

This text has color #FDF4FF on black background.


Color preview on white background

This text has color #FDF4FF on white background.


Black color preview on #FDF4FF background

This text has black color on #FDF4FF background.


White color preview on #FDF4FF background

This text has white color on #FDF4FF background.


Related colors

Complementary color

Complementary color for #hex is #020B00.


I love getcolorcode.com

Triadic colors

1 #FFFDF4 and #F4FFFD with #FDF4FF are triadic colors.

2 #FFF4FD and #F4FDFF with #FDF4FF are triadic colors.