Color Hex Logo

#fcbfe3 Color Hex

#FCBFE3
(252,191,227)
0 Favorites   0 Comments

Color spaces of #fcbfe3

RGB 252191227
HSL0.900.910.87
HSV325°24°99°
CMYK 0.000.240.10   0.01
XYZ72.640863.503181.1018
Yxy63.50310.33440.2923
Hunter Lab79.688823.2572-4.5591
CIE-Lab83.706427.3727-9.3878

#fcbfe3 color RGB value is (252,191,227).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 10111111 11100011
Octal 374 277 343
Decimal 252 191 227
Hex FC BF E3

RGB Percentages of Color #fcbfe3

%37.61
%28.51
%33.88

CMYK Percentages of Color #fcbfe3

%0
%24
%10
%1

Triadic Colors of #fcbfe3

#fcbfe3 #e3fcbf #bfe3fc

Analogous Colors of #fcbfe3

#fcbfe3 #fcbfc5 #f7bffc

Monochromatic Colors of #fcbfe3

#fcbfe3

Complementary Color

#fcbfe3 #bffcd8

#fcbfe3 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcbfe3 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcbfe3 Color CSS Codes

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

#fcbfe3 Text Font Color

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

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


#fcbfe3 Background Color

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

This div background color is #fcbfe3


#fcbfe3 Border Color

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

This div border color is #fcbfe3


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcbfe3

Related Colors


Comments

No comments written yet.

Please login to write comment.