#FACCD1

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

Shades of Pink Lace #FACCD1

Tints of Pink Lace #FACCD1

Color information

#FACCD1 (or 0xFACCD1) is unknown color: approx Pink Lace. HEX triplet: FA, CC and D1. RGB value is (250,204,209). Sum of RGB (Red+Green+Blue) = 250+204+209=663 (87% of max value = 765). Red value is 250 (98.05% from 255 or 37.71% from 663); Green value is 204 (80.08% from 255 or 30.77% from 663); Blue value is 209 (82.03% from 255 or 31.52% from 663); Max value from RGB is 250 - color contains mainly: red. Hex color #FACCD1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FACCD1 is #05332E. Grayscale: #DADADA. Windows color (decimal): -340783 or 13749498. OLE color: 13749498.

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

Color convert

RGB250204209-
CMYK00.180.160.02
HSL353.48º82.14%89.02%-
HSV(B)353.48º18.4%98.04%-
XYZ72.5368.1169.65-
YUV218.32122.74150.59-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 37.71%
GREEN value IS 204 (80.08% from 255) = 30.77%
BLUE value IS 209 (82.03% from 255) = 31.52%
R=37.71%
G=30.77%
B=31.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.16
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25020420900.180.160.02353.4882.1489.02
HexFACCD10121021615259
Octal372314321022202541122131
Binary111110101100110011010001010010100001010110000110100101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FACCD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FACCD1; }

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

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

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

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

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

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

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

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