Color Hex Logo

#fcbae8 Color Hex

#FCBAE8
(252,186,232)
0 Favorites   0 Comments

Color spaces of #fcbae8

RGB 252186232
HSL0.880.920.86
HSV318°26°99°
CMYK 0.000.260.08   0.01
XYZ72.269361.639584.4325
Yxy61.63950.33100.2823
Hunter Lab78.510826.9155-8.8044
CIE-Lab82.721330.8380-13.5348

#fcbae8 color RGB value is (252,186,232).

#fcbae8 hex color red value is 252, green value is 186 and the blue value of its RGB is 232. Cylindrical-coordinate representations (also known as HSL) of color #fcbae8 hue: 0.88 , saturation: 0.92 and the lightness value of fcbae8 is 0.86.

The process color (four color CMYK) of #fcbae8 color hex is 0.00, 0.26, 0.08, 0.01. Web safe color of #fcbae8 is #ffccff. Color #fcbae8 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 10111010 11101000
Octal 374 272 350
Decimal 252 186 232
Hex FC BA E8

RGB Percentages of Color #fcbae8

%37.61
%27.76
%34.63

CMYK Percentages of Color #fcbae8

%0
%26
%8
%1

Triadic Colors of #fcbae8

#fcbae8 #e8fcba #bae8fc

Analogous Colors of #fcbae8

#fcbae8 #fcbac7 #efbafc

Monochromatic Colors of #fcbae8

#fcbae8

Complementary Color

#fcbae8 #bafcce

#fcbae8 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcbae8 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcbae8 Color CSS Codes

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

#fcbae8 Text Font Color

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

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


#fcbae8 Background Color

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

This div background color is #fcbae8


#fcbae8 Border Color

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

This div border color is #fcbae8


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcbae8


Comments

No comments written yet.

Please login to write comment.