Color Hex Logo

#fbc9fc Color Hex

#FBC9FC
(251,201,252)
0 Favorites   0 Comments

Color spaces of #fbc9fc

RGB 251201252
HSL0.830.890.89
HSV299°20°99°
CMYK 0.000.200.00   0.01
XYZ78.241069.3108101.3500
Yxy69.31080.31430.2785
Hunter Lab83.253122.0608-13.9008
CIE-Lab86.657726.1095-18.2810

#fbc9fc color RGB value is (251,201,252).

#fbc9fc hex color red value is 251, green value is 201 and the blue value of its RGB is 252. Cylindrical-coordinate representations (also known as HSL) of color #fbc9fc hue: 0.83 , saturation: 0.89 and the lightness value of fbc9fc is 0.89.

The process color (four color CMYK) of #fbc9fc color hex is 0.00, 0.20, 0.00, 0.01. Web safe color of #fbc9fc is #ffccff. Color #fbc9fc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11111011 11001001 11111100
Octal 373 311 374
Decimal 251 201 252
Hex FB C9 FC

RGB Percentages of Color #fbc9fc

%35.65
%28.55
%35.80

CMYK Percentages of Color #fbc9fc

%0
%20
%0
%1

Triadic Colors of #fbc9fc

#fbc9fc #fcfbc9 #c9fcfb

Analogous Colors of #fbc9fc

#fbc9fc #fcc9e4 #e2c9fc

Monochromatic Colors of #fbc9fc

#fbc9fc

Complementary Color

#fbc9fc #cafcc9

#fbc9fc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbc9fc Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbc9fc Color CSS Codes

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

#fbc9fc Text Font Color

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

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


#fbc9fc Background Color

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

This div background color is #fbc9fc


#fbc9fc Border Color

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

This div border color is #fbc9fc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbc9fc


Comments

No comments written yet.

Please login to write comment.