Color Hex Logo

#fbafdb Color Hex

#FBAFDB
(251,175,219)
0 Favorites   0 Comments

Color spaces of #fbafdb

RGB 251175219
HSL0.900.900.84
HSV325°30°98°
CMYK 0.000.300.13   0.02
XYZ67.899856.283674.3030
Yxy56.28360.34210.2836
Hunter Lab75.022430.2641-6.2058
CIE-Lab79.775034.1486-10.9516

#fbafdb color RGB value is (251,175,219).

#fbafdb hex color red value is 251, green value is 175 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #fbafdb hue: 0.90 , saturation: 0.90 and the lightness value of fbafdb is 0.84.

The process color (four color CMYK) of #fbafdb color hex is 0.00, 0.30, 0.13, 0.02. Web safe color of #fbafdb is #ff99cc. Color #fbafdb contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111011 10101111 11011011
Octal 373 257 333
Decimal 251 175 219
Hex FB AF DB

RGB Percentages of Color #fbafdb

%38.91
%27.13
%33.95

CMYK Percentages of Color #fbafdb

%0
%30
%13
%2

Triadic Colors of #fbafdb

#fbafdb #dbfbaf #afdbfb

Analogous Colors of #fbafdb

#fbafdb #fbafb5 #f5affb

Monochromatic Colors of #fbafdb

#fbafdb

Complementary Color

#fbafdb #affbcf

#fbafdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbafdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbafdb Color CSS Codes

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

#fbafdb Text Font Color

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

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


#fbafdb Background Color

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

This div background color is #fbafdb


#fbafdb Border Color

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

This div border color is #fbafdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbafdb

Related Colors


Comments

No comments written yet.

Please login to write comment.