Color Hex Logo

#fcbbbe Color Hex

#FCBBBE
(252,187,190)
0 Favorites   0 Comments

Color spaces of #fcbbbe

RGB 252187190
HSL0.990.920.86
HSV357°26°99°
CMYK 0.000.260.25   0.01
XYZ67.209559.953856.7451
Yxy59.95380.36550.3260
Hunter Lab77.429819.436710.7497
CIE-Lab81.813123.84387.6950

#fcbbbe color RGB value is (252,187,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 10111011 10111110
Octal 374 273 276
Decimal 252 187 190
Hex FC BB BE

RGB Percentages of Color #fcbbbe

%40.06
%29.73
%30.21

CMYK Percentages of Color #fcbbbe

%0
%26
%25
%1

Triadic Colors of #fcbbbe

#fcbbbe #befcbb #bbbefc

Analogous Colors of #fcbbbe

#fcbbbe #fcd9bb #fcbbdf

Monochromatic Colors of #fcbbbe

#fcbbbe

Complementary Color

#fcbbbe #bbfcf9

#fcbbbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcbbbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcbbbe Color CSS Codes

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

#fcbbbe Text Font Color

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

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


#fcbbbe Background Color

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

This div background color is #fcbbbe


#fcbbbe Border Color

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

This div border color is #fcbbbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcbbbe


Comments

No comments written yet.

Please login to write comment.