Color Hex Logo

#febfca Color Hex

#FEBFCA
(254,191,202)
0 Favorites   0 Comments

Color spaces of #febfca

RGB 254191202
HSL0.970.970.87
HSV350°25°100°
CMYK 0.000.250.20   0.00
XYZ70.164562.596764.2614
Yxy62.59670.35610.3177
Hunter Lab79.118119.84307.2260
CIE-Lab83.229724.17253.3238

#febfca color RGB value is (254,191,202).

#febfca hex color red value is 254, green value is 191 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #febfca hue: 0.97 , saturation: 0.97 and the lightness value of febfca is 0.87.

The process color (four color CMYK) of #febfca color hex is 0.00, 0.25, 0.20, 0.00. Web safe color of #febfca is #ffcccc. Color #febfca contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 10111111 11001010
Octal 376 277 312
Decimal 254 191 202
Hex FE BF CA

RGB Percentages of Color #febfca

%39.26
%29.52
%31.22

CMYK Percentages of Color #febfca

%0
%25
%20
%0

Triadic Colors of #febfca

#febfca #cafebf #bfcafe

Analogous Colors of #febfca

#febfca #fed4bf #febfea

Monochromatic Colors of #febfca

#febfca

Complementary Color

#febfca #bffef3

#febfca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#febfca Color Preview on White Background

Lorem ipsum dolor sit amet.

#febfca Color CSS Codes

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

#febfca Text Font Color

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

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


#febfca Background Color

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

This div background color is #febfca


#febfca Border Color

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

This div border color is #febfca


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(254,191,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 #febfca">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #febfca


Comments

No comments written yet.

Please login to write comment.