Color Hex Logo

#ffd3f0 Color Hex

#FFD3F0
(255,211,240)
0 Favorites   0 Comments

Color spaces of #ffd3f0

RGB 255211240
HSL0.891.000.91
HSV320°17°100°
CMYK 0.000.170.06   0.00
XYZ80.262474.139892.5182
Yxy74.13980.32510.3003
Hunter Lab86.104515.7062-3.4332
CIE-Lab88.988520.0642-8.4169

#ffd3f0 color RGB value is (255,211,240).

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

The process color (four color CMYK) of #ffd3f0 color hex is 0.00, 0.17, 0.06, 0.00. Web safe color of #ffd3f0 is #ffccff. Color #ffd3f0 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111111 11010011 11110000
Octal 377 323 360
Decimal 255 211 240
Hex FF D3 F0

RGB Percentages of Color #ffd3f0

%36.12
%29.89
%33.99

CMYK Percentages of Color #ffd3f0

%0
%17
%6
%0

Triadic Colors of #ffd3f0

#ffd3f0 #f0ffd3 #d3f0ff

Analogous Colors of #ffd3f0

#ffd3f0 #ffd3da #f8d3ff

Monochromatic Colors of #ffd3f0

#ffd3f0

Complementary Color

#ffd3f0 #d3ffe2

#ffd3f0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffd3f0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffd3f0 Color CSS Codes

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

#ffd3f0 Text Font Color

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

This sample text font color is #ffd3f0
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.


#ffd3f0 Background Color

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

This div background color is #ffd3f0


#ffd3f0 Border Color

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

This div border color is #ffd3f0


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffd3f0


Comments

No comments written yet.

Please login to write comment.