Color Hex Logo

#fbafd2 Color Hex

#FBAFD2
(251,175,210)
0 Favorites   0 Comments

Color spaces of #fbafd2

RGB 251175210
HSL0.920.900.84
HSV332°30°98°
CMYK 0.000.300.16   0.02
XYZ66.746555.822368.2296
Yxy55.82230.34980.2926
Hunter Lab74.714328.7140-1.8440
CIE-Lab79.512632.7344-6.4695

#fbafd2 color RGB value is (251,175,210).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 10101111 11010010
Octal 373 257 322
Decimal 251 175 210
Hex FB AF D2

RGB Percentages of Color #fbafd2

%39.47
%27.52
%33.02

CMYK Percentages of Color #fbafd2

%0
%30
%16
%2

Triadic Colors of #fbafd2

#fbafd2 #d2fbaf #afd2fb

Analogous Colors of #fbafd2

#fbafd2 #fbb2af #fbaff8

Monochromatic Colors of #fbafd2

#fbafd2

Complementary Color

#fbafd2 #affbd8

#fbafd2 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbafd2 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbafd2 Color CSS Codes

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

#fbafd2 Text Font Color

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

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


#fbafd2 Background Color

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

This div background color is #fbafd2


#fbafd2 Border Color

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

This div border color is #fbafd2


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbafd2


Comments

No comments written yet.

Please login to write comment.