Color Hex Logo

#facedd Color Hex

#FACEDD
(250,206,221)
2 Favorites   1 Comments

Color spaces of #facedd

RGB 250206221
HSL0.940.810.89
HSV340°18°98°
CMYK 0.000.180.12   0.02
XYZ74.546869.687177.9285
Yxy69.68710.33560.3137
Hunter Lab83.478813.31313.0872
CIE-Lab86.843217.8159-1.5835

#facedd color RGB value is (250,206,221).

#facedd hex color red value is 250, green value is 206 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #facedd hue: 0.94 , saturation: 0.81 and the lightness value of facedd is 0.89.

The process color (four color CMYK) of #facedd color hex is 0.00, 0.18, 0.12, 0.02. Web safe color of #facedd is #ffcccc. Color #facedd contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111010 11001110 11011101
Octal 372 316 335
Decimal 250 206 221
Hex FA CE DD

RGB Percentages of Color #facedd

%36.93
%30.43
%32.64

CMYK Percentages of Color #facedd

%0
%18
%12
%2

Triadic Colors of #facedd

#facedd #ddface #ceddfa

Analogous Colors of #facedd

#facedd #fad5ce #facef3

Monochromatic Colors of #facedd

#facedd

Complementary Color

#facedd #cefaeb

#facedd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#facedd Color Preview on White Background

Lorem ipsum dolor sit amet.

#facedd Color CSS Codes

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

#facedd Text Font Color

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

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


#facedd Background Color

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

This div background color is #facedd


#facedd Border Color

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

This div border color is #facedd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #facedd

Related Colors

#facedd Color Palettes


Comments

5 Oct 2023, 17:28 winxxed

what a pretty colour

Please login to write comment.