Color Hex Logo

#fcafeb Color Hex

#FCAFEB
(252,175,235)
0 Favorites   0 Comments

Color spaces of #fcafeb

RGB 252175235
HSL0.870.930.84
HSV313°31°99°
CMYK 0.000.310.07   0.01
XYZ70.470357.353585.9534
Yxy57.35350.32960.2683
Hunter Lab75.732133.5668-14.2797
CIE-Lab80.378037.1199-18.6717

#fcafeb color RGB value is (252,175,235).

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

The process color (four color CMYK) of #fcafeb color hex is 0.00, 0.31, 0.07, 0.01. Web safe color of #fcafeb is #ff99ff. Color #fcafeb contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 10101111 11101011
Octal 374 257 353
Decimal 252 175 235
Hex FC AF EB

RGB Percentages of Color #fcafeb

%38.07
%26.44
%35.50

CMYK Percentages of Color #fcafeb

%0
%31
%7
%1

Triadic Colors of #fcafeb

#fcafeb #ebfcaf #afebfc

Analogous Colors of #fcafeb

#fcafeb #fcafc5 #e7affc

Monochromatic Colors of #fcafeb

#fcafeb

Complementary Color

#fcafeb #affcc0

#fcafeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcafeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcafeb Color CSS Codes

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

#fcafeb Text Font Color

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

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


#fcafeb Background Color

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

This div background color is #fcafeb


#fcafeb Border Color

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

This div border color is #fcafeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcafeb


Comments

No comments written yet.

Please login to write comment.