Color Hex Logo

#fcbae9 Color Hex

#FCBAE9
(252,186,233)
0 Favorites   0 Comments

Color spaces of #fcbae9

RGB 252186233
HSL0.880.920.86
HSV317°26°99°
CMYK 0.000.260.08   0.01
XYZ72.411861.696585.1829
Yxy61.69650.33020.2813
Hunter Lab78.547127.0999-9.3159
CIE-Lab82.751831.0066-14.0251

#fcbae9 color RGB value is (252,186,233).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 10111010 11101001
Octal 374 272 351
Decimal 252 186 233
Hex FC BA E9

RGB Percentages of Color #fcbae9

%37.56
%27.72
%34.72

CMYK Percentages of Color #fcbae9

%0
%26
%8
%1

Triadic Colors of #fcbae9

#fcbae9 #e9fcba #bae9fc

Analogous Colors of #fcbae9

#fcbae9 #fcbac8 #eebafc

Monochromatic Colors of #fcbae9

#fcbae9

Complementary Color

#fcbae9 #bafccd

#fcbae9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcbae9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcbae9 Color CSS Codes

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

#fcbae9 Text Font Color

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

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


#fcbae9 Background Color

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

This div background color is #fcbae9


#fcbae9 Border Color

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

This div border color is #fcbae9


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcbae9

#fcbae9 Color Palettes


Comments

No comments written yet.

Please login to write comment.