Color Hex Logo

#fdbfe6 Color Hex

#FDBFE6
(253,191,230)
0 Favorites   0 Comments

Color spaces of #fdbfe6

RGB 253191230
HSL0.900.940.87
HSV322°25°99°
CMYK 0.000.250.09   0.01
XYZ73.421763.857483.3189
Yxy63.85740.33280.2895
Hunter Lab79.910824.1610-5.8811
CIE-Lab83.891528.2072-10.7059

#fdbfe6 color RGB value is (253,191,230).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 10111111 11100110
Octal 375 277 346
Decimal 253 191 230
Hex FD BF E6

RGB Percentages of Color #fdbfe6

%37.54
%28.34
%34.12

CMYK Percentages of Color #fdbfe6

%0
%25
%9
%1

Triadic Colors of #fdbfe6

#fdbfe6 #e6fdbf #bfe6fd

Analogous Colors of #fdbfe6

#fdbfe6 #fdbfc7 #f5bffd

Monochromatic Colors of #fdbfe6

#fdbfe6

Complementary Color

#fdbfe6 #bffdd6

#fdbfe6 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fdbfe6 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fdbfe6 Color CSS Codes

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

#fdbfe6 Text Font Color

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

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


#fdbfe6 Background Color

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

This div background color is #fdbfe6


#fdbfe6 Border Color

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

This div border color is #fdbfe6


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fdbfe6

Related Colors


Comments

No comments written yet.

Please login to write comment.