Color Hex Logo

#fbc6ea Color Hex

#FBC6EA
(251,198,234)
0 Favorites   0 Comments

Color spaces of #fbc6ea

RGB 251198234
HSL0.890.870.88
HSV319°21°98°
CMYK 0.000.210.07   0.02
XYZ74.829066.837986.7990
Yxy66.83790.32750.2926
Hunter Lab81.754420.3089-5.7203
CIE-Lab85.422024.5226-10.5793

#fbc6ea color RGB value is (251,198,234).

#fbc6ea hex color red value is 251, green value is 198 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #fbc6ea hue: 0.89 , saturation: 0.87 and the lightness value of fbc6ea is 0.88.

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 11000110 11101010
Octal 373 306 352
Decimal 251 198 234
Hex FB C6 EA

RGB Percentages of Color #fbc6ea

%36.75
%28.99
%34.26

CMYK Percentages of Color #fbc6ea

%0
%21
%7
%2

Triadic Colors of #fbc6ea

#fbc6ea #eafbc6 #c6eafb

Analogous Colors of #fbc6ea

#fbc6ea #fbc6d0 #f2c6fb

Monochromatic Colors of #fbc6ea

#fbc6ea

Complementary Color

#fbc6ea #c6fbd7

#fbc6ea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbc6ea Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbc6ea Color CSS Codes

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

#fbc6ea Text Font Color

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

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


#fbc6ea Background Color

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

This div background color is #fbc6ea


#fbc6ea Border Color

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

This div border color is #fbc6ea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbc6ea


Comments

No comments written yet.

Please login to write comment.