Color Hex Logo

#fecbff Color Hex

#FECBFF
(254,203,255)
0 Favorites   0 Comments

Color spaces of #fecbff

RGB 254203255
HSL0.831.000.90
HSV299°20°100°
CMYK 0.000.200.00   0.00
XYZ80.279071.0027104.0815
Yxy71.00270.31440.2780
Hunter Lab84.263122.5998-14.2506
CIE-Lab87.486326.5718-18.5912

#fecbff color RGB value is (254,203,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 11001011 11111111
Octal 376 313 377
Decimal 254 203 255
Hex FE CB FF

RGB Percentages of Color #fecbff

%35.67
%28.51
%35.81

CMYK Percentages of Color #fecbff

%0
%20
%0
%0

Triadic Colors of #fecbff

#fecbff #fffecb #cbfffe

Analogous Colors of #fecbff

#fecbff #ffcbe6 #e4cbff

Monochromatic Colors of #fecbff

#fecbff

Complementary Color

#fecbff #ccffcb

#fecbff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fecbff Color Preview on White Background

Lorem ipsum dolor sit amet.

#fecbff Color CSS Codes

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

#fecbff Text Font Color

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

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


#fecbff Background Color

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

This div background color is #fecbff


#fecbff Border Color

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

This div border color is #fecbff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fecbff

Related Colors


Comments

No comments written yet.

Please login to write comment.