Color Hex Logo

#fcb4fb Color Hex

#FCB4FB
(252,180,251)
0 Favorites   0 Comments

Color spaces of #fcb4fb

RGB 252180251
HSL0.840.920.85
HSV301°29°99°
CMYK 0.000.290.00   0.01
XYZ73.878760.303099.0126
Yxy60.30300.31680.2586
Hunter Lab77.655033.9234-21.2381
CIE-Lab82.002637.2987-24.7942

#fcb4fb color RGB value is (252,180,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 10110100 11111011
Octal 374 264 373
Decimal 252 180 251
Hex FC B4 FB

RGB Percentages of Color #fcb4fb

%36.90
%26.35
%36.75

CMYK Percentages of Color #fcb4fb

%0
%29
%0
%1

Triadic Colors of #fcb4fb

#fcb4fb #fbfcb4 #b4fbfc

Analogous Colors of #fcb4fb

#fcb4fb #fcb4d7 #d9b4fc

Monochromatic Colors of #fcb4fb

#fcb4fb

Complementary Color

#fcb4fb #b4fcb5

#fcb4fb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcb4fb Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcb4fb Color CSS Codes

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

#fcb4fb Text Font Color

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

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


#fcb4fb Background Color

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

This div background color is #fcb4fb


#fcb4fb Border Color

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

This div border color is #fcb4fb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcb4fb


Comments

No comments written yet.

Please login to write comment.