Color Hex Logo

#fcbcf3 Color Hex

#FCBCF3
(252,188,243)
0 Favorites   0 Comments

Color spaces of #fcbcf3

RGB 252188243
HSL0.860.910.86
HSV308°25°99°
CMYK 0.000.250.04   0.01
XYZ74.305863.133093.0636
Yxy63.13300.32240.2739
Hunter Lab79.456327.8809-13.8243
CIE-Lab83.512331.6756-18.2301

#fcbcf3 color RGB value is (252,188,243).

#fcbcf3 hex color red value is 252, green value is 188 and the blue value of its RGB is 243. Cylindrical-coordinate representations (also known as HSL) of color #fcbcf3 hue: 0.86 , saturation: 0.91 and the lightness value of fcbcf3 is 0.86.

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 10111100 11110011
Octal 374 274 363
Decimal 252 188 243
Hex FC BC F3

RGB Percentages of Color #fcbcf3

%36.90
%27.53
%35.58

CMYK Percentages of Color #fcbcf3

%0
%25
%4
%1

Triadic Colors of #fcbcf3

#fcbcf3 #f3fcbc #bcf3fc

Analogous Colors of #fcbcf3

#fcbcf3 #fcbcd3 #e5bcfc

Monochromatic Colors of #fcbcf3

#fcbcf3

Complementary Color

#fcbcf3 #bcfcc5

#fcbcf3 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcbcf3 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcbcf3 Color CSS Codes

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

#fcbcf3 Text Font Color

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

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


#fcbcf3 Background Color

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

This div background color is #fcbcf3


#fcbcf3 Border Color

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

This div border color is #fcbcf3


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcbcf3


Comments

No comments written yet.

Please login to write comment.