Color Hex Logo

#fbc8ec Color Hex

#FBC8EC
(251,200,236)
0 Favorites   0 Comments

Color spaces of #fbc8ec

RGB 251200236
HSL0.880.860.88
HSV318°20°98°
CMYK 0.000.200.06   0.02
XYZ75.578367.873988.4744
Yxy67.87390.32590.2927
Hunter Lab82.385619.5762-6.0019
CIE-Lab85.943423.8114-10.8660

#fbc8ec color RGB value is (251,200,236).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 11001000 11101100
Octal 373 310 354
Decimal 251 200 236
Hex FB C8 EC

RGB Percentages of Color #fbc8ec

%36.54
%29.11
%34.35

CMYK Percentages of Color #fbc8ec

%0
%20
%6
%2

Triadic Colors of #fbc8ec

#fbc8ec #ecfbc8 #c8ecfb

Analogous Colors of #fbc8ec

#fbc8ec #fbc8d3 #f1c8fb

Monochromatic Colors of #fbc8ec

#fbc8ec

Complementary Color

#fbc8ec #c8fbd7

#fbc8ec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbc8ec Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbc8ec Color CSS Codes

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

#fbc8ec Text Font Color

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

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


#fbc8ec Background Color

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

This div background color is #fbc8ec


#fbc8ec Border Color

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

This div border color is #fbc8ec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbc8ec

Related Colors


Comments

No comments written yet.

Please login to write comment.