Color Hex Logo

#fbc7de Color Hex

#FBC7DE
(251,199,222)
0 Favorites   0 Comments

Color spaces of #fbc7de

RGB 251199222
HSL0.930.870.88
HSV333°21°98°
CMYK 0.000.210.12   0.02
XYZ73.391966.630078.0999
Yxy66.63000.33650.3055
Hunter Lab81.627217.64370.4111
CIE-Lab85.316822.0017-4.3463

#fbc7de color RGB value is (251,199,222).

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

The process color (four color CMYK) of #fbc7de color hex is 0.00, 0.21, 0.12, 0.02. Web safe color of #fbc7de is #ffcccc. Color #fbc7de contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111011 11000111 11011110
Octal 373 307 336
Decimal 251 199 222
Hex FB C7 DE

RGB Percentages of Color #fbc7de

%37.35
%29.61
%33.04

CMYK Percentages of Color #fbc7de

%0
%21
%12
%2

Triadic Colors of #fbc7de

#fbc7de #defbc7 #c7defb

Analogous Colors of #fbc7de

#fbc7de #fbcac7 #fbc7f8

Monochromatic Colors of #fbc7de

#fbc7de

Complementary Color

#fbc7de #c7fbe4

#fbc7de Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbc7de Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbc7de Color CSS Codes

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

#fbc7de Text Font Color

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

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


#fbc7de Background Color

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

This div background color is #fbc7de


#fbc7de Border Color

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

This div border color is #fbc7de


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbc7de

Related Colors


Comments

No comments written yet.

Please login to write comment.