#FACCD2

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

Shades of Pink Lace #FACCD2

Tints of Pink Lace #FACCD2

Color information

#FACCD2 (or 0xFACCD2) is unknown color: approx Pink Lace. HEX triplet: FA, CC and D2. RGB value is (250,204,210). Sum of RGB (Red+Green+Blue) = 250+204+210=664 (87% of max value = 765). Red value is 250 (98.05% from 255 or 37.65% from 664); Green value is 204 (80.08% from 255 or 30.72% from 664); Blue value is 210 (82.42% from 255 or 31.63% from 664); Max value from RGB is 250 - color contains mainly: red. Hex color #FACCD2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FACCD2 is #05332D. Grayscale: #DADADA. Windows color (decimal): -340782 or 13815034. OLE color: 13815034.

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

Color convert

RGB250204210-
CMYK00.180.160.02
HSL352.17º82.14%89.02%-
HSV(B)352.17º18.4%98.04%-
XYZ72.6568.1670.3-
YUV218.44123.24150.51-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 37.65%
GREEN value IS 204 (80.08% from 255) = 30.72%
BLUE value IS 210 (82.42% from 255) = 31.63%
R=37.65%
G=30.72%
B=31.63%

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
Decimal25020421000.180.160.02352.1782.1489.02
HexFACCD20121021605259
Octal372314322022202540122131
Binary111110101100110011010010010010100001010110000010100101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FACCD2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FACCD2; }

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

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

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

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

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

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

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

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