Color Hex Logo

#febfdc Color Hex

#FEBFDC
(254,191,220)
0 Favorites   0 Comments

Color spaces of #febfdc

RGB 254191220
HSL0.920.970.87
HSV332°25°100°
CMYK 0.000.250.13   0.00
XYZ72.422163.499776.1498
Yxy63.49970.34150.2994
Hunter Lab79.686722.7754-0.8777
CIE-Lab83.704626.9211-5.6233

#febfdc color RGB value is (254,191,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 10111111 11011100
Octal 376 277 334
Decimal 254 191 220
Hex FE BF DC

RGB Percentages of Color #febfdc

%38.20
%28.72
%33.08

CMYK Percentages of Color #febfdc

%0
%25
%13
%0

Triadic Colors of #febfdc

#febfdc #dcfebf #bfdcfe

Analogous Colors of #febfdc

#febfdc #fec2bf #febffc

Monochromatic Colors of #febfdc

#febfdc

Complementary Color

#febfdc #bffee1

#febfdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#febfdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#febfdc Color CSS Codes

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

#febfdc Text Font Color

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

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


#febfdc Background Color

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

This div background color is #febfdc


#febfdc Border Color

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

This div border color is #febfdc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #febfdc


Comments

No comments written yet.

Please login to write comment.