Color Hex Logo

#ffd5fb Color Hex

#FFD5FB
(255,213,251)
0 Favorites   0 Comments

Color spaces of #ffd5fb

RGB 255213251
HSL0.851.000.92
HSV306°16°100°
CMYK 0.000.160.02   0.00
XYZ82.446875.8135101.5548
Yxy75.81350.31730.2918
Hunter Lab87.070916.6461-8.2030
CIE-Lab89.772720.9333-13.0418

#ffd5fb color RGB value is (255,213,251).

#ffd5fb hex color red value is 255, green value is 213 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #ffd5fb hue: 0.85 , saturation: 1.00 and the lightness value of ffd5fb is 0.92.

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 11010101 11111011
Octal 377 325 373
Decimal 255 213 251
Hex FF D5 FB

RGB Percentages of Color #ffd5fb

%35.47
%29.62
%34.91

CMYK Percentages of Color #ffd5fb

%0
%16
%2
%0

Triadic Colors of #ffd5fb

#ffd5fb #fbffd5 #d5fbff

Analogous Colors of #ffd5fb

#ffd5fb #ffd5e6 #eed5ff

Monochromatic Colors of #ffd5fb

#ffd5fb

Complementary Color

#ffd5fb #d5ffd9

#ffd5fb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffd5fb Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffd5fb Color CSS Codes

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

#ffd5fb Text Font Color

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

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


#ffd5fb Background Color

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

This div background color is #ffd5fb


#ffd5fb Border Color

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

This div border color is #ffd5fb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffd5fb

Related Colors

#ffd5fb Color Palettes


Comments

No comments written yet.

Please login to write comment.