Color Hex Logo

#ffb0fb Color Hex

#FFB0FB
(255,176,251)
0 Favorites   0 Comments

Color spaces of #ffb0fb

RGB 255176251
HSL0.841.000.85
HSV303°31°100°
CMYK 0.000.310.02   0.00
XYZ74.177959.275798.7985
Yxy59.27570.31940.2552
Hunter Lab76.990737.2449-22.1905
CIE-Lab81.442940.3310-25.6194

#ffb0fb color RGB value is (255,176,251).

#ffb0fb hex color red value is 255, green value is 176 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #ffb0fb hue: 0.84 , saturation: 1.00 and the lightness value of ffb0fb is 0.85.

The process color (four color CMYK) of #ffb0fb color hex is 0.00, 0.31, 0.02, 0.00. Web safe color of #ffb0fb is #ff99ff. Color #ffb0fb contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111111 10110000 11111011
Octal 377 260 373
Decimal 255 176 251
Hex FF B0 FB

RGB Percentages of Color #ffb0fb

%37.39
%25.81
%36.80

CMYK Percentages of Color #ffb0fb

%0
%31
%2
%0

Triadic Colors of #ffb0fb

#ffb0fb #fbffb0 #b0fbff

Analogous Colors of #ffb0fb

#ffb0fb #ffb0d4 #dcb0ff

Monochromatic Colors of #ffb0fb

#ffb0fb

Complementary Color

#ffb0fb #b0ffb4

#ffb0fb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffb0fb Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffb0fb Color CSS Codes

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

#ffb0fb Text Font Color

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

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


#ffb0fb Background Color

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

This div background color is #ffb0fb


#ffb0fb Border Color

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

This div border color is #ffb0fb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffb0fb

#ffb0fb Color Palettes


Comments

No comments written yet.

Please login to write comment.