Color Hex Logo

#fbc6ef Color Hex

#FBC6EF
(251,198,239)
0 Favorites   0 Comments

Color spaces of #fbc6ef

RGB 251198239
HSL0.870.870.88
HSV314°21°98°
CMYK 0.000.210.05   0.02
XYZ75.557767.129490.6363
Yxy67.12940.32380.2877
Hunter Lab81.932521.2297-8.2357
CIE-Lab85.569225.3818-13.0190

#fbc6ef color RGB value is (251,198,239).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 11000110 11101111
Octal 373 306 357
Decimal 251 198 239
Hex FB C6 EF

RGB Percentages of Color #fbc6ef

%36.48
%28.78
%34.74

CMYK Percentages of Color #fbc6ef

%0
%21
%5
%2

Triadic Colors of #fbc6ef

#fbc6ef #effbc6 #c6effb

Analogous Colors of #fbc6ef

#fbc6ef #fbc6d5 #edc6fb

Monochromatic Colors of #fbc6ef

#fbc6ef

Complementary Color

#fbc6ef #c6fbd2

#fbc6ef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbc6ef Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbc6ef Color CSS Codes

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

#fbc6ef Text Font Color

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

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


#fbc6ef Background Color

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

This div background color is #fbc6ef


#fbc6ef Border Color

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

This div border color is #fbc6ef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbc6ef


Comments

No comments written yet.

Please login to write comment.