#FACCD9

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

Shades of Pink Lace #FACCD9

Tints of Pink Lace #FACCD9

Color information

#FACCD9 (or 0xFACCD9) is unknown color: approx Pink Lace. HEX triplet: FA, CC and D9. RGB value is (250,204,217). Sum of RGB (Red+Green+Blue) = 250+204+217=671 (88% of max value = 765). Red value is 250 (98.05% from 255 or 37.26% from 671); Green value is 204 (80.08% from 255 or 30.40% from 671); Blue value is 217 (85.16% from 255 or 32.34% from 671); Max value from RGB is 250 - color contains mainly: red. Hex color #FACCD9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FACCD9 is #053326. Grayscale: #DBDBDB. Windows color (decimal): -340775 or 14273786. OLE color: 14273786.

HSL color Cylindrical-coordinate representation of color #FACCD9: hue angle of 343.04º degrees, saturation: 0.82, 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 #FACCD9 is Cyan = 0, Magento = 0.18, Yellow = 0.13 and Black (K on CMYK) = 0.02.

Color convert

RGB250204217-
CMYK00.180.130.02
HSL343.04º82.14%89.02%-
HSV(B)343.04º18.4%98.04%-
XYZ73.5468.5275-
YUV219.24126.74149.94-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 37.26%
GREEN value IS 204 (80.08% from 255) = 30.40%
BLUE value IS 217 (85.16% from 255) = 32.34%
R=37.26%
G=30.40%
B=32.34%

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
Decimal25020421700.180.130.02343.0482.1489.02
HexFACCD9012D21575259
Octal372314331022152527122131
Binary11111010110011001101100101001011011010101011110100101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FACCD9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FACCD9; }

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

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

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

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

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

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

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

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