Color Hex Logo

#fcbfee Color Hex

#FCBFEE
(252,191,238)
0 Favorites   0 Comments

Color spaces of #fcbfee

RGB 252191238
HSL0.870.910.87
HSV314°24°99°
CMYK 0.000.240.06   0.01
XYZ74.208364.130189.3561
Yxy64.13010.32590.2816
Hunter Lab80.081325.2670-10.0999
CIE-Lab84.033529.2277-14.7769

#fcbfee color RGB value is (252,191,238).

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

The process color (four color CMYK) of #fcbfee color hex is 0.00, 0.24, 0.06, 0.01. Web safe color of #fcbfee is #ffccff. Color #fcbfee contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 10111111 11101110
Octal 374 277 356
Decimal 252 191 238
Hex FC BF EE

RGB Percentages of Color #fcbfee

%37.00
%28.05
%34.95

CMYK Percentages of Color #fcbfee

%0
%24
%6
%1

Triadic Colors of #fcbfee

#fcbfee #eefcbf #bfeefc

Analogous Colors of #fcbfee

#fcbfee #fcbfd0 #ecbffc

Monochromatic Colors of #fcbfee

#fcbfee

Complementary Color

#fcbfee #bffccd

#fcbfee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcbfee Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcbfee Color CSS Codes

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

#fcbfee Text Font Color

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

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


#fcbfee Background Color

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

This div background color is #fcbfee


#fcbfee Border Color

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

This div border color is #fcbfee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcbfee


Comments

No comments written yet.

Please login to write comment.