#FAD0DC

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

Shades of Pink Lace #FAD0DC

Tints of Pink Lace #FAD0DC

Color information

#FAD0DC (or 0xFAD0DC) is unknown color: approx Pink Lace. HEX triplet: FA, D0 and DC. RGB value is (250,208,220). Sum of RGB (Red+Green+Blue) = 250+208+220=678 (89% of max value = 765). Red value is 250 (98.05% from 255 or 36.87% from 678); Green value is 208 (81.64% from 255 or 30.68% from 678); Blue value is 220 (86.33% from 255 or 32.45% from 678); Max value from RGB is 250 - color contains mainly: red. Hex color #FAD0DC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FAD0DC is #052F23. Grayscale: #DDDDDD. Windows color (decimal): -339748 or 14471418. OLE color: 14471418.

HSL color Cylindrical-coordinate representation of color #FAD0DC: hue angle of 342.86º degrees, saturation: 0.81, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #FAD0DC is Cyan = 0, Magento = 0.17, Yellow = 0.12 and Black (K on CMYK) = 0.02.

Color convert

RGB250208220-
CMYK00.170.120.02
HSL342.86º80.77%89.8%-
HSV(B)342.86º16.8%98.04%-
XYZ74.970.677.39-
YUV221.93126.91148.02-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 36.87%
GREEN value IS 208 (81.64% from 255) = 30.68%
BLUE value IS 220 (86.33% from 255) = 32.45%
R=36.87%
G=30.68%
B=32.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.12
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25020822000.170.120.02342.8680.7789.8
HexFAD0DC011C2157515a
Octal372320334021142527121132
Binary11111010110100001101110001000111001010101011110100011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAD0DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAD0DC; }

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

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

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

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

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

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

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

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