Color Hex Logo

#fbcbdb Color Hex

#FBCBDB
(251,203,219)
0 Favorites   0 Comments

Color spaces of #fbcbdb

RGB 251203219
HSL0.940.860.89
HSV340°19°98°
CMYK 0.000.190.13   0.02
XYZ73.925868.335676.3116
Yxy68.33560.33820.3126
Hunter Lab82.665314.96433.1328
CIE-Lab86.174019.4163-1.4913

#fbcbdb color RGB value is (251,203,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 11001011 11011011
Octal 373 313 333
Decimal 251 203 219
Hex FB CB DB

RGB Percentages of Color #fbcbdb

%37.30
%30.16
%32.54

CMYK Percentages of Color #fbcbdb

%0
%19
%13
%2

Triadic Colors of #fbcbdb

#fbcbdb #dbfbcb #cbdbfb

Analogous Colors of #fbcbdb

#fbcbdb #fbd3cb #fbcbf3

Monochromatic Colors of #fbcbdb

#fbcbdb

Complementary Color

#fbcbdb #cbfbeb

#fbcbdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbcbdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbcbdb Color CSS Codes

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

#fbcbdb Text Font Color

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

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


#fbcbdb Background Color

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

This div background color is #fbcbdb


#fbcbdb Border Color

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

This div border color is #fbcbdb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(251,203,219, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbcbdb


Comments

No comments written yet.

Please login to write comment.