Color Hex Logo

#fbbfcc Color Hex

#FBBFCC
(251,191,204)
0 Favorites   0 Comments

Color spaces of #fbbfcc

RGB 251191204
HSL0.960.880.87
HSV347°24°98°
CMYK 0.000.240.19   0.02
XYZ69.313562.130565.4659
Yxy62.13050.35200.3155
Hunter Lab78.822919.02525.9331
CIE-Lab82.982823.40261.8564

#fbbfcc color RGB value is (251,191,204).

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

The process color (four color CMYK) of #fbbfcc color hex is 0.00, 0.24, 0.19, 0.02. Web safe color of #fbbfcc is #ffcccc. Color #fbbfcc contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111011 10111111 11001100
Octal 373 277 314
Decimal 251 191 204
Hex FB BF CC

RGB Percentages of Color #fbbfcc

%38.85
%29.57
%31.58

CMYK Percentages of Color #fbbfcc

%0
%24
%19
%2

Triadic Colors of #fbbfcc

#fbbfcc #ccfbbf #bfccfb

Analogous Colors of #fbbfcc

#fbbfcc #fbd0bf #fbbfea

Monochromatic Colors of #fbbfcc

#fbbfcc

Complementary Color

#fbbfcc #bffbee

#fbbfcc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbbfcc Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbbfcc Color CSS Codes

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

#fbbfcc Text Font Color

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

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


#fbbfcc Background Color

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

This div background color is #fbbfcc


#fbbfcc Border Color

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

This div border color is #fbbfcc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbbfcc


Comments

No comments written yet.

Please login to write comment.