Color Hex Logo

#fcb5fb Color Hex

#FCB5FB
(252,181,251)
0 Favorites   0 Comments

Color spaces of #fcb5fb

RGB 252181251
HSL0.840.920.85
HSV301°28°99°
CMYK 0.000.280.00   0.01
XYZ74.081360.708299.0801
Yxy60.70820.31680.2596
Hunter Lab77.915533.3641-20.8545
CIE-Lab82.221636.7745-24.4606

#fcb5fb color RGB value is (252,181,251).

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

The process color (four color CMYK) of #fcb5fb color hex is 0.00, 0.28, 0.00, 0.01. Web safe color of #fcb5fb is #ffccff. Color #fcb5fb contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 10110101 11111011
Octal 374 265 373
Decimal 252 181 251
Hex FC B5 FB

RGB Percentages of Color #fcb5fb

%36.84
%26.46
%36.70

CMYK Percentages of Color #fcb5fb

%0
%28
%0
%1

Triadic Colors of #fcb5fb

#fcb5fb #fbfcb5 #b5fbfc

Analogous Colors of #fcb5fb

#fcb5fb #fcb5d8 #dab5fc

Monochromatic Colors of #fcb5fb

#fcb5fb

Complementary Color

#fcb5fb #b5fcb6

#fcb5fb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcb5fb Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcb5fb Color CSS Codes

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

#fcb5fb Text Font Color

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

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


#fcb5fb Background Color

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

This div background color is #fcb5fb


#fcb5fb Border Color

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

This div border color is #fcb5fb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(252,181,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 #fcb5fb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcb5fb

Related Colors


Comments

No comments written yet.

Please login to write comment.