Color Hex Logo

#fcb6df Color Hex

#FCB6DF
(252,182,223)
1 Favorites   0 Comments

Color spaces of #fcb6df

RGB 252182223
HSL0.900.920.85
HSV325°28°99°
CMYK 0.000.280.12   0.01
XYZ70.192159.479177.5931
Yxy59.47910.33870.2870
Hunter Lab77.122727.4945-5.6657
CIE-Lab81.554231.4537-10.4454

#fcb6df color RGB value is (252,182,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 10110110 11011111
Octal 374 266 337
Decimal 252 182 223
Hex FC B6 DF

RGB Percentages of Color #fcb6df

%38.36
%27.70
%33.94

CMYK Percentages of Color #fcb6df

%0
%28
%12
%1

Triadic Colors of #fcb6df

#fcb6df #dffcb6 #b6dffc

Analogous Colors of #fcb6df

#fcb6df #fcb6bc #f6b6fc

Monochromatic Colors of #fcb6df

#fcb6df

Complementary Color

#fcb6df #b6fcd3

#fcb6df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcb6df Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcb6df Color CSS Codes

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

#fcb6df Text Font Color

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

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


#fcb6df Background Color

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

This div background color is #fcb6df


#fcb6df Border Color

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

This div border color is #fcb6df


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcb6df

#fcb6df Color Palettes


Comments

No comments written yet.

Please login to write comment.