Color Hex Logo

#fdbff1 Color Hex

#FDBFF1
(253,191,241)
0 Favorites   0 Comments

Color spaces of #fdbff1

RGB 253191241
HSL0.870.940.87
HSV312°25°99°
CMYK 0.000.250.05   0.01
XYZ75.016064.495191.7141
Yxy64.49510.32440.2789
Hunter Lab80.308826.1953-11.4940
CIE-Lab84.222930.0756-16.0831

#fdbff1 color RGB value is (253,191,241).

#fdbff1 hex color red value is 253, green value is 191 and the blue value of its RGB is 241. Cylindrical-coordinate representations (also known as HSL) of color #fdbff1 hue: 0.87 , saturation: 0.94 and the lightness value of fdbff1 is 0.87.

The process color (four color CMYK) of #fdbff1 color hex is 0.00, 0.25, 0.05, 0.01. Web safe color of #fdbff1 is #ffccff. Color #fdbff1 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111101 10111111 11110001
Octal 375 277 361
Decimal 253 191 241
Hex FD BF F1

RGB Percentages of Color #fdbff1

%36.93
%27.88
%35.18

CMYK Percentages of Color #fdbff1

%0
%25
%5
%1

Triadic Colors of #fdbff1

#fdbff1 #f1fdbf #bff1fd

Analogous Colors of #fdbff1

#fdbff1 #fdbfd2 #eabffd

Monochromatic Colors of #fdbff1

#fdbff1

Complementary Color

#fdbff1 #bffdcb

#fdbff1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fdbff1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fdbff1 Color CSS Codes

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

#fdbff1 Text Font Color

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

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


#fdbff1 Background Color

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

This div background color is #fdbff1


#fdbff1 Border Color

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

This div border color is #fdbff1


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(253,191,241, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #fdbff1; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #fdbff1;
  -webkit-box-shadow: 1px 1px 3px 2px #fdbff1;
  box-shadow:         1px 1px 3px 2px #fdbff1; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(253,191,241, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fdbff1

Related Colors


Comments

No comments written yet.

Please login to write comment.