Color Hex Logo

#fcafbb Color Hex

#FCAFBB
(252,175,187)
0 Favorites   0 Comments

Color spaces of #fcafbb

RGB 252175187
HSL0.970.930.84
HSV351°31°99°
CMYK 0.000.310.26   0.01
XYZ64.444554.943254.2222
Yxy54.94320.37120.3165
Hunter Lab74.123725.47488.5154
CIE-Lab79.008529.73795.2812

#fcafbb color RGB value is (252,175,187).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 10101111 10111011
Octal 374 257 273
Decimal 252 175 187
Hex FC AF BB

RGB Percentages of Color #fcafbb

%41.04
%28.50
%30.46

CMYK Percentages of Color #fcafbb

%0
%31
%26
%1

Triadic Colors of #fcafbb

#fcafbb #bbfcaf #afbbfc

Analogous Colors of #fcafbb

#fcafbb #fccaaf #fcafe2

Monochromatic Colors of #fcafbb

#fcafbb

Complementary Color

#fcafbb #affcf0

#fcafbb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcafbb Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcafbb Color CSS Codes

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

#fcafbb Text Font Color

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

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


#fcafbb Background Color

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

This div background color is #fcafbb


#fcafbb Border Color

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

This div border color is #fcafbb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcafbb


Comments

No comments written yet.

Please login to write comment.