#FACED9

Color #FACED9 Pink Lace (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pink Lace #FACED9

Tints of Pink Lace #FACED9

Color information

#FACED9 (or 0xFACED9) is unknown color: approx Pink Lace. HEX triplet: FA, CE and D9. RGB value is (250,206,217). Sum of RGB (Red+Green+Blue) = 250+206+217=673 (89% of max value = 765). Red value is 250 (98.05% from 255 or 37.15% from 673); Green value is 206 (80.86% from 255 or 30.61% from 673); Blue value is 217 (85.16% from 255 or 32.24% from 673); Max value from RGB is 250 - color contains mainly: red. Hex color #FACED9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FACED9 is #053126. Grayscale: #DCDCDC. Windows color (decimal): -340263 or 14274298. OLE color: 14274298.

HSL color Cylindrical-coordinate representation of color #FACED9: hue angle of 345º degrees, saturation: 0.81, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #FACED9 is Cyan = 0, Magento = 0.18, Yellow = 0.13 and Black (K on CMYK) = 0.02.

Color convert

RGB250206217-
CMYK00.180.130.02
HSL345º81.48%89.41%-
HSV(B)345º17.6%98.04%-
XYZ74.0269.4875.15-
YUV220.41126.08149.11-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 250 (98.05% from 255) = 37.15%
GREEN value IS 206 (80.86% from 255) = 30.61%
BLUE value IS 217 (85.16% from 255) = 32.24%
R=37.15%
G=30.61%
B=32.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.13
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25020621700.180.130.0234581.4889.41
HexFACED9012D21595159
Octal372316331022152531121131
Binary11111010110011101101100101001011011010101100110100011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FACED9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FACED9; }

 p { color: rgb(250,206,217); }

 H1.HeaderClassName
 {
   color: #FACED9;
 }
 .AnyTagClassName
 {
   color: #FACED9;
 }
</style>
background-color css

<style>
 a { background-color: #FACED9; }

 a { background-color: rgb(250,206,217); }

 div.DivClassName
 {
   background-color: #FACED9;
 }
 .BgClassName
 {
   background-color: #FACED9;
 }
</style>
border-color css

<style>
 span { border-color: #FACED9; }

 span { border-color: rgb(250,206,217); }

 td.TdClassName
 {
   border-color: #FACED9;
 }
 .TagClassName
 {
   border-color: #FACED9;
 }
</style>