Color Hex Logo

#fecbf8 Color Hex

#FECBF8
(254,203,248)
0 Favorites   0 Comments

Color spaces of #fecbf8

RGB 254203248
HSL0.850.960.90
HSV307°20°100°
CMYK 0.000.200.02   0.00
XYZ79.172370.560098.2536
Yxy70.56000.31930.2845
Hunter Lab84.000021.2411-10.5507
CIE-Lab87.270825.3189-15.2147

#fecbf8 color RGB value is (254,203,248).

#fecbf8 hex color red value is 254, green value is 203 and the blue value of its RGB is 248. Cylindrical-coordinate representations (also known as HSL) of color #fecbf8 hue: 0.85 , saturation: 0.96 and the lightness value of fecbf8 is 0.90.

The process color (four color CMYK) of #fecbf8 color hex is 0.00, 0.20, 0.02, 0.00. Web safe color of #fecbf8 is #ffccff. Color #fecbf8 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 11001011 11111000
Octal 376 313 370
Decimal 254 203 248
Hex FE CB F8

RGB Percentages of Color #fecbf8

%36.03
%28.79
%35.18

CMYK Percentages of Color #fecbf8

%0
%20
%2
%0

Triadic Colors of #fecbf8

#fecbf8 #f8fecb #cbf8fe

Analogous Colors of #fecbf8

#fecbf8 #fecbdf #ebcbfe

Monochromatic Colors of #fecbf8

#fecbf8

Complementary Color

#fecbf8 #cbfed1

#fecbf8 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fecbf8 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fecbf8 Color CSS Codes

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

#fecbf8 Text Font Color

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

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


#fecbf8 Background Color

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

This div background color is #fecbf8


#fecbf8 Border Color

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

This div border color is #fecbf8


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fecbf8

Related Colors


Comments

No comments written yet.

Please login to write comment.