Color Hex Logo

#fcbebc Color Hex

#FCBEBC
(252,190,188)
0 Favorites   0 Comments

Color spaces of #fcbebc

RGB 252190188
HSL0.010.910.86
HSV25°99°
CMYK 0.000.250.25   0.01
XYZ67.635461.153255.8159
Yxy61.15320.36640.3313
Hunter Lab78.200517.533212.4219
CIE-Lab82.461021.98989.6956

#fcbebc color RGB value is (252,190,188).

#fcbebc hex color red value is 252, green value is 190 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #fcbebc hue: 0.01 , saturation: 0.91 and the lightness value of fcbebc is 0.86.

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 10111110 10111100
Octal 374 276 274
Decimal 252 190 188
Hex FC BE BC

RGB Percentages of Color #fcbebc

%40.00
%30.16
%29.84

CMYK Percentages of Color #fcbebc

%0
%25
%25
%1

Triadic Colors of #fcbebc

#fcbebc #bcfcbe #bebcfc

Analogous Colors of #fcbebc

#fcbebc #fcdebc #fcbcda

Monochromatic Colors of #fcbebc

#fcbebc

Complementary Color

#fcbebc #bcfafc

#fcbebc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcbebc Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcbebc Color CSS Codes

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

#fcbebc Text Font Color

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

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


#fcbebc Background Color

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

This div background color is #fcbebc


#fcbebc Border Color

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

This div border color is #fcbebc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcbebc


Comments

No comments written yet.

Please login to write comment.