Color Hex Logo

#fbadcf Color Hex

#FBADCF
(251,173,207)
0 Favorites   0 Comments

Color spaces of #fbadcf

RGB 251173207
HSL0.930.910.83
HSV334°31°98°
CMYK 0.000.310.18   0.02
XYZ65.989754.901466.1505
Yxy54.90140.35280.2935
Hunter Lab74.095529.3057-1.0657
CIE-Lab78.984433.3248-5.6237

#fbadcf color RGB value is (251,173,207).

#fbadcf hex color red value is 251, green value is 173 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #fbadcf hue: 0.93 , saturation: 0.91 and the lightness value of fbadcf is 0.83.

The process color (four color CMYK) of #fbadcf color hex is 0.00, 0.31, 0.18, 0.02. Web safe color of #fbadcf is #ff99cc. Color #fbadcf contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111011 10101101 11001111
Octal 373 255 317
Decimal 251 173 207
Hex FB AD CF

RGB Percentages of Color #fbadcf

%39.78
%27.42
%32.81

CMYK Percentages of Color #fbadcf

%0
%31
%18
%2

Triadic Colors of #fbadcf

#fbadcf #cffbad #adcffb

Analogous Colors of #fbadcf

#fbadcf #fbb2ad #fbadf6

Monochromatic Colors of #fbadcf

#fbadcf

Complementary Color

#fbadcf #adfbd9

#fbadcf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbadcf Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbadcf Color CSS Codes

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

#fbadcf Text Font Color

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

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


#fbadcf Background Color

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

This div background color is #fbadcf


#fbadcf Border Color

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

This div border color is #fbadcf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbadcf

Related Colors


Comments

No comments written yet.

Please login to write comment.