Color Hex Logo

#fbcbfb Color Hex

#FBCBFB
(251,203,251)
0 Favorites   0 Comments

Color spaces of #fbcbfb

RGB 251203251
HSL0.830.860.89
HSV300°19°98°
CMYK 0.000.190.00   0.02
XYZ78.552270.1861100.6739
Yxy70.18610.31490.2814
Hunter Lab83.777120.7575-12.6040
CIE-Lab87.088124.8751-17.1038

#fbcbfb color RGB value is (251,203,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 11001011 11111011
Octal 373 313 373
Decimal 251 203 251
Hex FB CB FB

RGB Percentages of Color #fbcbfb

%35.60
%28.79
%35.60

CMYK Percentages of Color #fbcbfb

%0
%19
%0
%2

Triadic Colors of #fbcbfb

#fbcbfb #fbfbcb #cbfbfb

Analogous Colors of #fbcbfb

#fbcbfb #fbcbe3 #e3cbfb

Monochromatic Colors of #fbcbfb

#fbcbfb

Complementary Color

#fbcbfb #cbfbcb

#fbcbfb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbcbfb Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbcbfb Color CSS Codes

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

#fbcbfb Text Font Color

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

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


#fbcbfb Background Color

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

This div background color is #fbcbfb


#fbcbfb Border Color

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

This div border color is #fbcbfb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbcbfb

Related Colors


Comments

No comments written yet.

Please login to write comment.