Color Hex Logo

#fcbfda Color Hex

#FCBFDA
(252,191,218)
0 Favorites   0 Comments

Color spaces of #fcbfda

RGB 252191218
HSL0.930.910.87
HSV333°24°99°
CMYK 0.000.240.13   0.01
XYZ71.430663.019074.7288
Yxy63.01900.34150.3013
Hunter Lab79.384521.6924-0.2436
CIE-Lab83.452425.9147-4.9469

#fcbfda color RGB value is (252,191,218).

#fcbfda hex color red value is 252, green value is 191 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #fcbfda hue: 0.93 , saturation: 0.91 and the lightness value of fcbfda is 0.87.

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 10111111 11011010
Octal 374 277 332
Decimal 252 191 218
Hex FC BF DA

RGB Percentages of Color #fcbfda

%38.12
%28.90
%32.98

CMYK Percentages of Color #fcbfda

%0
%24
%13
%1

Triadic Colors of #fcbfda

#fcbfda #dafcbf #bfdafc

Analogous Colors of #fcbfda

#fcbfda #fcc3bf #fcbff9

Monochromatic Colors of #fcbfda

#fcbfda

Complementary Color

#fcbfda #bffce1

#fcbfda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcbfda Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcbfda Color CSS Codes

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

#fcbfda Text Font Color

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

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


#fcbfda Background Color

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

This div background color is #fcbfda


#fcbfda Border Color

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

This div border color is #fcbfda


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(252,191,218, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcbfda


Comments

No comments written yet.

Please login to write comment.