Color Hex Logo

#fececf Color Hex

#FECECF
(254,206,207)
1 Favorites   0 Comments

Color spaces of #fececf

RGB 254206207
HSL1.000.960.90
HSV359°19°100°
CMYK 0.000.190.19   0.00
XYZ74.206869.718468.5774
Yxy69.71840.34920.3281
Hunter Lab83.497512.51779.7528
CIE-Lab86.858617.04745.9057

#fececf color RGB value is (254,206,207).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 11001110 11001111
Octal 376 316 317
Decimal 254 206 207
Hex FE CE CF

RGB Percentages of Color #fececf

%38.08
%30.88
%31.03

CMYK Percentages of Color #fececf

%0
%19
%19
%0

Triadic Colors of #fececf

#fececf #cffece #cecffe

Analogous Colors of #fececf

#fececf #fee5ce #fecee7

Monochromatic Colors of #fececf

#fececf

Complementary Color

#fececf #cefefd

#fececf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fececf Color Preview on White Background

Lorem ipsum dolor sit amet.

#fececf Color CSS Codes

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

#fececf Text Font Color

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

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


#fececf Background Color

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

This div background color is #fececf


#fececf Border Color

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

This div border color is #fececf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fececf

Related Colors


Comments

No comments written yet.

Please login to write comment.