Color Hex Logo

#fbc0f5 Color Hex

#FBC0F5
(251,192,245)
0 Favorites   0 Comments

Color spaces of #fbc0f5

RGB 251192245
HSL0.850.880.87
HSV306°24°98°
CMYK 0.000.240.02   0.02
XYZ75.114764.801194.9351
Yxy64.80110.31980.2759
Hunter Lab80.499125.6870-13.5731
CIE-Lab84.381129.5960-17.9960

#fbc0f5 color RGB value is (251,192,245).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 11000000 11110101
Octal 373 300 365
Decimal 251 192 245
Hex FB C0 F5

RGB Percentages of Color #fbc0f5

%36.48
%27.91
%35.61

CMYK Percentages of Color #fbc0f5

%0
%24
%2
%2

Triadic Colors of #fbc0f5

#fbc0f5 #f5fbc0 #c0f5fb

Analogous Colors of #fbc0f5

#fbc0f5 #fbc0d8 #e4c0fb

Monochromatic Colors of #fbc0f5

#fbc0f5

Complementary Color

#fbc0f5 #c0fbc6

#fbc0f5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbc0f5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbc0f5 Color CSS Codes

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

#fbc0f5 Text Font Color

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

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


#fbc0f5 Background Color

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

This div background color is #fbc0f5


#fbc0f5 Border Color

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

This div border color is #fbc0f5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbc0f5


Comments

No comments written yet.

Please login to write comment.