Color Hex Logo

#fb8ced Color Hex

#FB8CED
(251,140,237)
0 Favorites   0 Comments

Color spaces of #fb8ced

RGB 251140237
HSL0.850.930.77
HSV308°44°98°
CMYK 0.000.440.06   0.02
XYZ64.447845.379885.4832
Yxy45.37980.33000.2323
Hunter Lab67.364552.8834-28.0817
CIE-Lab73.141355.0353-30.8112

#fb8ced color RGB value is (251,140,237).

#fb8ced hex color red value is 251, green value is 140 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #fb8ced hue: 0.85 , saturation: 0.93 and the lightness value of fb8ced is 0.77.

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 10001100 11101101
Octal 373 214 355
Decimal 251 140 237
Hex FB 8C ED

RGB Percentages of Color #fb8ced

%39.97
%22.29
%37.74

CMYK Percentages of Color #fb8ced

%0
%44
%6
%2

Triadic Colors of #fb8ced

#fb8ced #edfb8c #8cedfb

Analogous Colors of #fb8ced

#fb8ced #fb8cb6 #d28cfb

Monochromatic Colors of #fb8ced

#fb8ced

Complementary Color

#fb8ced #8cfb9a

#fb8ced Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fb8ced Color Preview on White Background

Lorem ipsum dolor sit amet.

#fb8ced Color CSS Codes

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

#fb8ced Text Font Color

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

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


#fb8ced Background Color

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

This div background color is #fb8ced


#fb8ced Border Color

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

This div border color is #fb8ced


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fb8ced

Related Colors


Comments

No comments written yet.

Please login to write comment.