Color Hex Logo

#fdbaf7 Color Hex

#FDBAF7
(253,186,247)
0 Favorites   0 Comments

Color spaces of #fdbaf7

RGB 253186247
HSL0.850.940.86
HSV305°26°99°
CMYK 0.000.260.02   0.01
XYZ74.855462.715996.1557
Yxy62.71590.32030.2683
Hunter Lab79.193430.1339-16.5539
CIE-Lab83.292733.7551-20.6881

#fdbaf7 color RGB value is (253,186,247).

#fdbaf7 hex color red value is 253, green value is 186 and the blue value of its RGB is 247. Cylindrical-coordinate representations (also known as HSL) of color #fdbaf7 hue: 0.85 , saturation: 0.94 and the lightness value of fdbaf7 is 0.86.

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 10111010 11110111
Octal 375 272 367
Decimal 253 186 247
Hex FD BA F7

RGB Percentages of Color #fdbaf7

%36.88
%27.11
%36.01

CMYK Percentages of Color #fdbaf7

%0
%26
%2
%1

Triadic Colors of #fdbaf7

#fdbaf7 #f7fdba #baf7fd

Analogous Colors of #fdbaf7

#fdbaf7 #fdbad6 #e2bafd

Monochromatic Colors of #fdbaf7

#fdbaf7

Complementary Color

#fdbaf7 #bafdc0

#fdbaf7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fdbaf7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fdbaf7 Color CSS Codes

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

#fdbaf7 Text Font Color

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

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


#fdbaf7 Background Color

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

This div background color is #fdbaf7


#fdbaf7 Border Color

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

This div border color is #fdbaf7


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fdbaf7

Related Colors


Comments

No comments written yet.

Please login to write comment.