Color Hex Logo

#fcb1f4 Color Hex

#FCB1F4
(252,177,244)
0 Favorites   0 Comments

Color spaces of #fcb1f4

RGB 252177244
HSL0.850.930.84
HSV306°30°99°
CMYK 0.000.300.03   0.01
XYZ72.196258.671493.1075
Yxy58.67140.32230.2620
Hunter Lab76.597334.1987-18.4516
CIE-Lab81.110637.6267-22.4008

#fcb1f4 color RGB value is (252,177,244).

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

The process color (four color CMYK) of #fcb1f4 color hex is 0.00, 0.30, 0.03, 0.01. Web safe color of #fcb1f4 is #ff99ff. Color #fcb1f4 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 10110001 11110100
Octal 374 261 364
Decimal 252 177 244
Hex FC B1 F4

RGB Percentages of Color #fcb1f4

%37.44
%26.30
%36.26

CMYK Percentages of Color #fcb1f4

%0
%30
%3
%1

Triadic Colors of #fcb1f4

#fcb1f4 #f4fcb1 #b1f4fc

Analogous Colors of #fcb1f4

#fcb1f4 #fcb1cf #dfb1fc

Monochromatic Colors of #fcb1f4

#fcb1f4

Complementary Color

#fcb1f4 #b1fcb9

#fcb1f4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcb1f4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcb1f4 Color CSS Codes

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

#fcb1f4 Text Font Color

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

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


#fcb1f4 Background Color

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

This div background color is #fcb1f4


#fcb1f4 Border Color

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

This div border color is #fcb1f4


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(252,177,244, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcb1f4

Related Colors


Comments

No comments written yet.

Please login to write comment.