Color Hex Logo

#ffd1f9 Color Hex

#FFD1F9
(255,209,249)
0 Favorites   0 Comments

Color spaces of #ffd1f9

RGB 255209249
HSL0.861.000.91
HSV308°18°100°
CMYK 0.000.180.02   0.00
XYZ81.139373.700599.5716
Yxy73.70050.31890.2897
Hunter Lab85.849018.4717-8.6730
CIE-Lab88.780722.6747-13.4717

#ffd1f9 color RGB value is (255,209,249).

#ffd1f9 hex color red value is 255, green value is 209 and the blue value of its RGB is 249. Cylindrical-coordinate representations (also known as HSL) of color #ffd1f9 hue: 0.86 , saturation: 1.00 and the lightness value of ffd1f9 is 0.91.

The process color (four color CMYK) of #ffd1f9 color hex is 0.00, 0.18, 0.02, 0.00. Web safe color of #ffd1f9 is #ffccff. Color #ffd1f9 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111111 11010001 11111001
Octal 377 321 371
Decimal 255 209 249
Hex FF D1 F9

RGB Percentages of Color #ffd1f9

%35.76
%29.31
%34.92

CMYK Percentages of Color #ffd1f9

%0
%18
%2
%0

Triadic Colors of #ffd1f9

#ffd1f9 #f9ffd1 #d1f9ff

Analogous Colors of #ffd1f9

#ffd1f9 #ffd1e2 #eed1ff

Monochromatic Colors of #ffd1f9

#ffd1f9

Complementary Color

#ffd1f9 #d1ffd7

#ffd1f9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffd1f9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffd1f9 Color CSS Codes

.mybgcolor {background-color:#ffd1f9; } 
.myforecolor {color:#ffd1f9; }
.mybordercolor {border:3px solid #ffd1f9; }

#ffd1f9 Text Font Color

<p style="color:#ffd1f9">Text here</p>

This sample text font color is #ffd1f9
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#ffd1f9 Background Color

<div style="background-color:#ffd1f9">
Div content here</div>

This div background color is #ffd1f9


#ffd1f9 Border Color

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

This div border color is #ffd1f9


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(255,209,249, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #ffd1f9; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #ffd1f9;
  -webkit-box-shadow: 1px 1px 3px 2px #ffd1f9;
  box-shadow:         1px 1px 3px 2px #ffd1f9; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(255,209,249, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #ffd1f9">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #ffd1f9;
  -webkit-box-shadow: 1px 1px 3px 2px #ffd1f9;
  box-shadow:         1px 1px 3px 2px #ffd1f9;">
Div content here</div>

This div box has shadow with color #ffd1f9

Related Colors

#ffd1f9 Color Palettes


Comments

No comments written yet.

Please login to write comment.