Color Hex Logo

#fcbadb Color Hex

#FCBADB
(252,186,219)
0 Favorites   0 Comments

Color spaces of #fcbadb

RGB 252186219
HSL0.920.920.86
HSV330°26°99°
CMYK 0.000.260.13   0.01
XYZ70.490060.927775.0628
Yxy60.92770.34140.2951
Hunter Lab78.056224.5992-2.3769
CIE-Lab82.339928.7058-7.1275

#fcbadb color RGB value is (252,186,219).

#fcbadb hex color red value is 252, green value is 186 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #fcbadb hue: 0.92 , saturation: 0.92 and the lightness value of fcbadb is 0.86.

The process color (four color CMYK) of #fcbadb color hex is 0.00, 0.26, 0.13, 0.01. Web safe color of #fcbadb is #ffcccc. Color #fcbadb contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 10111010 11011011
Octal 374 272 333
Decimal 252 186 219
Hex FC BA DB

RGB Percentages of Color #fcbadb

%38.36
%28.31
%33.33

CMYK Percentages of Color #fcbadb

%0
%26
%13
%1

Triadic Colors of #fcbadb

#fcbadb #dbfcba #badbfc

Analogous Colors of #fcbadb

#fcbadb #fcbaba #fcbafc

Monochromatic Colors of #fcbadb

#fcbadb

Complementary Color

#fcbadb #bafcdb

#fcbadb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcbadb Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcbadb Color CSS Codes

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

#fcbadb Text Font Color

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

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


#fcbadb Background Color

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

This div background color is #fcbadb


#fcbadb Border Color

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

This div border color is #fcbadb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(252,186,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 #fcbadb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcbadb


Comments

No comments written yet.

Please login to write comment.