Color Hex Logo

#fed2ca Color Hex

#FED2CA
(254,210,202)
0 Favorites   0 Comments

Color spaces of #fed2ca

RGB 254210202
HSL0.030.960.89
HSV20°100°
CMYK 0.000.170.20   0.00
XYZ74.580371.428365.7333
Yxy71.42830.35220.3373
Hunter Lab84.51539.615213.0468
CIE-Lab87.692714.22339.7474

#fed2ca color RGB value is (254,210,202).

#fed2ca hex color red value is 254, green value is 210 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #fed2ca hue: 0.03 , saturation: 0.96 and the lightness value of fed2ca is 0.89.

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 11010010 11001010
Octal 376 322 312
Decimal 254 210 202
Hex FE D2 CA

RGB Percentages of Color #fed2ca

%38.14
%31.53
%30.33

CMYK Percentages of Color #fed2ca

%0
%17
%20
%0

Triadic Colors of #fed2ca

#fed2ca #cafed2 #d2cafe

Analogous Colors of #fed2ca

#fed2ca #feecca #fecadc

Monochromatic Colors of #fed2ca

#fed2ca

Complementary Color

#fed2ca #caf6fe

#fed2ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fed2ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#fed2ca Color CSS Codes

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

#fed2ca Text Font Color

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

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


#fed2ca Background Color

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

This div background color is #fed2ca


#fed2ca Border Color

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

This div border color is #fed2ca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fed2ca

Related Colors


Comments

No comments written yet.

Please login to write comment.