Color Hex Logo

#fcbcf5 Color Hex

#FCBCF5
(252,188,245)
0 Favorites   0 Comments

Color spaces of #fcbcf5

RGB 252188245
HSL0.850.910.86
HSV307°25°99°
CMYK 0.000.250.03   0.01
XYZ74.609563.254594.6632
Yxy63.25450.32090.2720
Hunter Lab79.532728.2684-14.8966
CIE-Lab83.576132.0273-19.2014

#fcbcf5 color RGB value is (252,188,245).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 10111100 11110101
Octal 374 274 365
Decimal 252 188 245
Hex FC BC F5

RGB Percentages of Color #fcbcf5

%36.79
%27.45
%35.77

CMYK Percentages of Color #fcbcf5

%0
%25
%3
%1

Triadic Colors of #fcbcf5

#fcbcf5 #f5fcbc #bcf5fc

Analogous Colors of #fcbcf5

#fcbcf5 #fcbcd5 #e3bcfc

Monochromatic Colors of #fcbcf5

#fcbcf5

Complementary Color

#fcbcf5 #bcfcc3

#fcbcf5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcbcf5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcbcf5 Color CSS Codes

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

#fcbcf5 Text Font Color

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

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


#fcbcf5 Background Color

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

This div background color is #fcbcf5


#fcbcf5 Border Color

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

This div border color is #fcbcf5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcbcf5

Related Colors


Comments

No comments written yet.

Please login to write comment.