Color Hex Logo

#fbadcc Color Hex

#FBADCC
(251,173,204)
0 Favorites   0 Comments

Color spaces of #fbadcc

RGB 251173204
HSL0.930.910.83
HSV336°31°98°
CMYK 0.000.310.19   0.02
XYZ65.626354.756064.2368
Yxy54.75600.35550.2966
Hunter Lab73.997328.81180.3287
CIE-Lab78.900532.8724-4.1189

#fbadcc color RGB value is (251,173,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 10101101 11001100
Octal 373 255 314
Decimal 251 173 204
Hex FB AD CC

RGB Percentages of Color #fbadcc

%39.97
%27.55
%32.48

CMYK Percentages of Color #fbadcc

%0
%31
%19
%2

Triadic Colors of #fbadcc

#fbadcc #ccfbad #adccfb

Analogous Colors of #fbadcc

#fbadcc #fbb5ad #fbadf3

Monochromatic Colors of #fbadcc

#fbadcc

Complementary Color

#fbadcc #adfbdc

#fbadcc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbadcc Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbadcc Color CSS Codes

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

#fbadcc Text Font Color

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

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


#fbadcc Background Color

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

This div background color is #fbadcc


#fbadcc Border Color

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

This div border color is #fbadcc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbadcc


Comments

No comments written yet.

Please login to write comment.