Color Hex Logo

#fbcbbe Color Hex

#FBCBBE
(251,203,190)
0 Favorites   0 Comments

Color spaces of #fbcbbe

RGB 251203190
HSL0.040.880.86
HSV13°24°98°
CMYK 0.000.190.24   0.02
XYZ70.433966.938857.9234
Yxy66.93880.36070.3428
Hunter Lab81.816110.488915.2957
CIE-Lab85.473015.080712.8989

#fbcbbe color RGB value is (251,203,190).

#fbcbbe hex color red value is 251, green value is 203 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #fbcbbe hue: 0.04 , saturation: 0.88 and the lightness value of fbcbbe is 0.86.

The process color (four color CMYK) of #fbcbbe color hex is 0.00, 0.19, 0.24, 0.02. Web safe color of #fbcbbe is #ffcccc. Color #fbcbbe contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111011 11001011 10111110
Octal 373 313 276
Decimal 251 203 190
Hex FB CB BE

RGB Percentages of Color #fbcbbe

%38.98
%31.52
%29.50

CMYK Percentages of Color #fbcbbe

%0
%19
%24
%2

Triadic Colors of #fbcbbe

#fbcbbe #befbcb #cbbefb

Analogous Colors of #fbcbbe

#fbcbbe #fbeabe #fbbed0

Monochromatic Colors of #fbcbbe

#fbcbbe

Complementary Color

#fbcbbe #beeefb

#fbcbbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbcbbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbcbbe Color CSS Codes

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

#fbcbbe Text Font Color

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

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


#fbcbbe Background Color

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

This div background color is #fbcbbe


#fbcbbe Border Color

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

This div border color is #fbcbbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbcbbe


Comments

No comments written yet.

Please login to write comment.