Color Hex Logo

#fcbffd Color Hex

#FCBFFD
(252,191,253)
0 Favorites   0 Comments

Color spaces of #fcbffd

RGB 252191253
HSL0.830.940.87
HSV299°25°99°
CMYK 0.000.250.00   0.01
XYZ76.505365.0489101.4519
Yxy65.04890.31480.2677
Hunter Lab80.652928.1780-18.1228
CIE-Lab84.508931.8805-22.0512

#fcbffd color RGB value is (252,191,253).

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

The process color (four color CMYK) of #fcbffd color hex is 0.00, 0.25, 0.00, 0.01. Web safe color of #fcbffd is #ffccff. Color #fcbffd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 10111111 11111101
Octal 374 277 375
Decimal 252 191 253
Hex FC BF FD

RGB Percentages of Color #fcbffd

%36.21
%27.44
%36.35

CMYK Percentages of Color #fcbffd

%0
%25
%0
%1

Triadic Colors of #fcbffd

#fcbffd #fdfcbf #bffdfc

Analogous Colors of #fcbffd

#fcbffd #fdbfdf #ddbffd

Monochromatic Colors of #fcbffd

#fcbffd

Complementary Color

#fcbffd #c0fdbf

#fcbffd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcbffd Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcbffd Color CSS Codes

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

#fcbffd Text Font Color

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

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


#fcbffd Background Color

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

This div background color is #fcbffd


#fcbffd Border Color

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

This div border color is #fcbffd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcbffd


Comments

No comments written yet.

Please login to write comment.