Color Hex Logo

#fcaddb Color Hex

#FCADDB
(252,173,219)
0 Favorites   0 Comments

Color spaces of #fcaddb

RGB 252173219
HSL0.900.930.83
HSV325°31°99°
CMYK 0.000.310.13   0.01
XYZ67.874655.697174.1911
Yxy55.69710.34320.2816
Hunter Lab74.630531.7380-6.6996
CIE-Lab79.441135.5323-11.4387

#fcaddb color RGB value is (252,173,219).

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

The process color (four color CMYK) of #fcaddb color hex is 0.00, 0.31, 0.13, 0.01. Web safe color of #fcaddb is #ff99cc. Color #fcaddb contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 10101101 11011011
Octal 374 255 333
Decimal 252 173 219
Hex FC AD DB

RGB Percentages of Color #fcaddb

%39.13
%26.86
%34.01

CMYK Percentages of Color #fcaddb

%0
%31
%13
%1

Triadic Colors of #fcaddb

#fcaddb #dbfcad #addbfc

Analogous Colors of #fcaddb

#fcaddb #fcadb4 #f6adfc

Monochromatic Colors of #fcaddb

#fcaddb

Complementary Color

#fcaddb #adfcce

#fcaddb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcaddb Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcaddb Color CSS Codes

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

#fcaddb Text Font Color

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

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


#fcaddb Background Color

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

This div background color is #fcaddb


#fcaddb Border Color

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

This div border color is #fcaddb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcaddb


Comments

No comments written yet.

Please login to write comment.