Color Hex Logo

#feafca Color Hex

#FEAFCA
(254,175,202)
0 Favorites   0 Comments

Color spaces of #feafca

RGB 254175202
HSL0.940.980.84
HSV339°31°100°
CMYK 0.000.310.20   0.00
XYZ66.863755.995063.1611
Yxy55.99500.35940.3010
Hunter Lab74.829828.54542.3363
CIE-Lab79.611032.5703-1.9524

#feafca color RGB value is (254,175,202).

#feafca hex color red value is 254, green value is 175 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #feafca hue: 0.94 , saturation: 0.98 and the lightness value of feafca is 0.84.

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 10101111 11001010
Octal 376 257 312
Decimal 254 175 202
Hex FE AF CA

RGB Percentages of Color #feafca

%40.25
%27.73
%32.01

CMYK Percentages of Color #feafca

%0
%31
%20
%0

Triadic Colors of #feafca

#feafca #cafeaf #afcafe

Analogous Colors of #feafca

#feafca #febcaf #feaff2

Monochromatic Colors of #feafca

#feafca

Complementary Color

#feafca #affee3

#feafca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#feafca Color Preview on White Background

Lorem ipsum dolor sit amet.

#feafca Color CSS Codes

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

#feafca Text Font Color

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

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


#feafca Background Color

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

This div background color is #feafca


#feafca Border Color

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

This div border color is #feafca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #feafca

Related Colors


Comments

No comments written yet.

Please login to write comment.