Color Hex Logo

#fcb5ee Color Hex

#FCB5EE
(252,181,238)
1 Favorites   0 Comments

Color spaces of #fcb5ee

RGB 252181238
HSL0.870.920.85
HSV312°28°99°
CMYK 0.000.280.06   0.01
XYZ72.101459.916288.6538
Yxy59.91620.32670.2715
Hunter Lab77.405630.8087-13.7219
CIE-Lab81.792634.4874-18.1485

#fcb5ee color RGB value is (252,181,238).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 10110101 11101110
Octal 374 265 356
Decimal 252 181 238
Hex FC B5 EE

RGB Percentages of Color #fcb5ee

%37.56
%26.97
%35.47

CMYK Percentages of Color #fcb5ee

%0
%28
%6
%1

Triadic Colors of #fcb5ee

#fcb5ee #eefcb5 #b5eefc

Analogous Colors of #fcb5ee

#fcb5ee #fcb5cb #e7b5fc

Monochromatic Colors of #fcb5ee

#fcb5ee

Complementary Color

#fcb5ee #b5fcc3

#fcb5ee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcb5ee Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcb5ee Color CSS Codes

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

#fcb5ee Text Font Color

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

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


#fcb5ee Background Color

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

This div background color is #fcb5ee


#fcb5ee Border Color

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

This div border color is #fcb5ee


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(252,181,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 #fcb5ee">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcb5ee


Comments

No comments written yet.

Please login to write comment.