Color Hex Logo

#fecffb Color Hex

#FECFFB
(254,207,251)
0 Favorites   0 Comments

Color spaces of #fecffb

RGB 254207251
HSL0.840.960.90
HSV304°19°100°
CMYK 0.000.190.01   0.00
XYZ80.598572.6615101.0439
Yxy72.66150.31690.2857
Hunter Lab85.241719.6039-10.6120
CIE-Lab88.286023.7510-15.2768

#fecffb color RGB value is (254,207,251).

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

The process color (four color CMYK) of #fecffb color hex is 0.00, 0.19, 0.01, 0.00. Web safe color of #fecffb is #ffccff. Color #fecffb contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 11001111 11111011
Octal 376 317 373
Decimal 254 207 251
Hex FE CF FB

RGB Percentages of Color #fecffb

%35.67
%29.07
%35.25

CMYK Percentages of Color #fecffb

%0
%19
%1
%0

Triadic Colors of #fecffb

#fecffb #fbfecf #cffbfe

Analogous Colors of #fecffb

#fecffb #fecfe4 #eacffe

Monochromatic Colors of #fecffb

#fecffb

Complementary Color

#fecffb #cffed2

#fecffb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fecffb Color Preview on White Background

Lorem ipsum dolor sit amet.

#fecffb Color CSS Codes

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

#fecffb Text Font Color

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

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


#fecffb Background Color

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

This div background color is #fecffb


#fecffb Border Color

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

This div border color is #fecffb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fecffb

Related Colors


Comments

No comments written yet.

Please login to write comment.