#FACCDC

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

Shades of Pink Lace #FACCDC

Tints of Pink Lace #FACCDC

Color information

#FACCDC (or 0xFACCDC) is unknown color: approx Pink Lace. HEX triplet: FA, CC and DC. RGB value is (250,204,220). Sum of RGB (Red+Green+Blue) = 250+204+220=674 (89% of max value = 765). Red value is 250 (98.05% from 255 or 37.09% from 674); Green value is 204 (80.08% from 255 or 30.27% from 674); Blue value is 220 (86.33% from 255 or 32.64% from 674); Max value from RGB is 250 - color contains mainly: red. Hex color #FACCDC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FACCDC is #053323. Grayscale: #DBDBDB. Windows color (decimal): -340772 or 14470394. OLE color: 14470394.

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

Color convert

RGB250204220-
CMYK00.180.120.02
HSL339.13º82.14%89.02%-
HSV(B)339.13º18.4%98.04%-
XYZ73.9468.6877.07-
YUV219.58128.24149.7-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 37.09%
GREEN value IS 204 (80.08% from 255) = 30.27%
BLUE value IS 220 (86.33% from 255) = 32.64%
R=37.09%
G=30.27%
B=32.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.12
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25020422000.180.120.02339.1382.1489.02
HexFACCDC012C21535259
Octal372314334022142523122131
Binary11111010110011001101110001001011001010101001110100101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FACCDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FACCDC; }

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

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

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

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

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

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

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

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