Color Hex Logo

#fbcbe6 Color Hex

#FBCBE6
(251,203,230)
0 Favorites   0 Comments

Color spaces of #fbcbe6

RGB 251203230
HSL0.910.860.89
HSV326°19°98°
CMYK 0.000.190.08   0.02
XYZ75.422568.934384.1934
Yxy68.93430.33000.3016
Hunter Lab83.026716.8550-2.0045
CIE-Lab86.471521.2164-6.8954

#fbcbe6 color RGB value is (251,203,230).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 11001011 11100110
Octal 373 313 346
Decimal 251 203 230
Hex FB CB E6

RGB Percentages of Color #fbcbe6

%36.70
%29.68
%33.63

CMYK Percentages of Color #fbcbe6

%0
%19
%8
%2

Triadic Colors of #fbcbe6

#fbcbe6 #e6fbcb #cbe6fb

Analogous Colors of #fbcbe6

#fbcbe6 #fbcbce #f8cbfb

Monochromatic Colors of #fbcbe6

#fbcbe6

Complementary Color

#fbcbe6 #cbfbe0

#fbcbe6 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbcbe6 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbcbe6 Color CSS Codes

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

#fbcbe6 Text Font Color

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

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


#fbcbe6 Background Color

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

This div background color is #fbcbe6


#fbcbe6 Border Color

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

This div border color is #fbcbe6


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbcbe6

Related Colors


Comments

No comments written yet.

Please login to write comment.