Color Hex Logo

#fcafbd Color Hex

#FCAFBD
(252,175,189)
0 Favorites   0 Comments

Color spaces of #fcafbd

RGB 252175189
HSL0.970.930.84
HSV349°31°99°
CMYK 0.000.310.25   0.01
XYZ64.660255.029555.3579
Yxy55.02950.36940.3144
Hunter Lab74.181925.77027.6824
CIE-Lab79.058330.01314.2677

#fcafbd color RGB value is (252,175,189).

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

The process color (four color CMYK) of #fcafbd color hex is 0.00, 0.31, 0.25, 0.01. Web safe color of #fcafbd is #ff99cc. Color #fcafbd contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 10101111 10111101
Octal 374 257 275
Decimal 252 175 189
Hex FC AF BD

RGB Percentages of Color #fcafbd

%40.91
%28.41
%30.68

CMYK Percentages of Color #fcafbd

%0
%31
%25
%1

Triadic Colors of #fcafbd

#fcafbd #bdfcaf #afbdfc

Analogous Colors of #fcafbd

#fcafbd #fcc8af #fcafe4

Monochromatic Colors of #fcafbd

#fcafbd

Complementary Color

#fcafbd #affcee

#fcafbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcafbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcafbd Color CSS Codes

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

#fcafbd Text Font Color

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

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


#fcafbd Background Color

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

This div background color is #fcafbd


#fcafbd Border Color

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

This div border color is #fcafbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcafbd


Comments

No comments written yet.

Please login to write comment.