Color Hex Logo

#fbadca Color Hex

#FBADCA
(251,173,202)
0 Favorites   0 Comments

Color spaces of #fbadca

RGB 251173202
HSL0.940.910.83
HSV338°31°98°
CMYK 0.000.310.20   0.02
XYZ65.387954.660662.9814
Yxy54.66060.35730.2986
Hunter Lab73.932828.48721.2454
CIE-Lab78.845432.5743-3.1141

#fbadca color RGB value is (251,173,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 10101101 11001010
Octal 373 255 312
Decimal 251 173 202
Hex FB AD CA

RGB Percentages of Color #fbadca

%40.10
%27.64
%32.27

CMYK Percentages of Color #fbadca

%0
%31
%20
%2

Triadic Colors of #fbadca

#fbadca #cafbad #adcafb

Analogous Colors of #fbadca

#fbadca #fbb7ad #fbadf1

Monochromatic Colors of #fbadca

#fbadca

Complementary Color

#fbadca #adfbde

#fbadca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbadca Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbadca Color CSS Codes

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

#fbadca Text Font Color

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

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


#fbadca Background Color

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

This div background color is #fbadca


#fbadca Border Color

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

This div border color is #fbadca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbadca

Related Colors


Comments

No comments written yet.

Please login to write comment.