Color Hex Logo

#fbcce7 Color Hex

#FBCCE7
(251,204,231)
1 Favorites   0 Comments

Color spaces of #fbcce7

RGB 251204231
HSL0.900.850.89
HSV326°19°98°
CMYK 0.000.190.08   0.02
XYZ75.800369.464585.0142
Yxy69.46450.32920.3017
Hunter Lab83.345416.4864-2.1354
CIE-Lab86.733520.8585-7.0382

#fbcce7 color RGB value is (251,204,231).

#fbcce7 hex color red value is 251, green value is 204 and the blue value of its RGB is 231. Cylindrical-coordinate representations (also known as HSL) of color #fbcce7 hue: 0.90 , saturation: 0.85 and the lightness value of fbcce7 is 0.89.

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 11001100 11100111
Octal 373 314 347
Decimal 251 204 231
Hex FB CC E7

RGB Percentages of Color #fbcce7

%36.59
%29.74
%33.67

CMYK Percentages of Color #fbcce7

%0
%19
%8
%2

Triadic Colors of #fbcce7

#fbcce7 #e7fbcc #cce7fb

Analogous Colors of #fbcce7

#fbcce7 #fbccd0 #f8ccfb

Monochromatic Colors of #fbcce7

#fbcce7

Complementary Color

#fbcce7 #ccfbe0

#fbcce7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbcce7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbcce7 Color CSS Codes

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

#fbcce7 Text Font Color

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

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


#fbcce7 Background Color

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

This div background color is #fbcce7


#fbcce7 Border Color

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

This div border color is #fbcce7


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbcce7

#fbcce7 Color Palettes


Comments

No comments written yet.

Please login to write comment.