#FACCD5

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

Shades of Pink Lace #FACCD5

Tints of Pink Lace #FACCD5

Color information

#FACCD5 (or 0xFACCD5) is unknown color: approx Pink Lace. HEX triplet: FA, CC and D5. RGB value is (250,204,213). Sum of RGB (Red+Green+Blue) = 250+204+213=667 (88% of max value = 765). Red value is 250 (98.05% from 255 or 37.48% from 667); Green value is 204 (80.08% from 255 or 30.58% from 667); Blue value is 213 (83.59% from 255 or 31.93% from 667); Max value from RGB is 250 - color contains mainly: red. Hex color #FACCD5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FACCD5 is #05332A. Grayscale: #DADADA. Windows color (decimal): -340779 or 14011642. OLE color: 14011642.

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

Color convert

RGB250204213-
CMYK00.180.150.02
HSL348.26º82.14%89.02%-
HSV(B)348.26º18.4%98.04%-
XYZ73.0368.3172.29-
YUV218.78124.74150.27-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 37.48%
GREEN value IS 204 (80.08% from 255) = 30.58%
BLUE value IS 213 (83.59% from 255) = 31.93%
R=37.48%
G=30.58%
B=31.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.15
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25020421300.180.150.02348.2682.1489.02
HexFACCD5012F215c5259
Octal372314325022172534122131
Binary11111010110011001101010101001011111010101110010100101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FACCD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FACCD5; }

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

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

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

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

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

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

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

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