#FAD1DC

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

Shades of Pink Lace #FAD1DC

Tints of Pink Lace #FAD1DC

Color information

#FAD1DC (or 0xFAD1DC) is unknown color: approx Pink Lace. HEX triplet: FA, D1 and DC. RGB value is (250,209,220). Sum of RGB (Red+Green+Blue) = 250+209+220=679 (89% of max value = 765). Red value is 250 (98.05% from 255 or 36.82% from 679); Green value is 209 (82.03% from 255 or 30.78% from 679); Blue value is 220 (86.33% from 255 or 32.40% from 679); Max value from RGB is 250 - color contains mainly: red. Hex color #FAD1DC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FAD1DC is #052E23. Grayscale: #DEDEDE. Windows color (decimal): -339492 or 14471674. OLE color: 14471674.

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

Color convert

RGB250209220-
CMYK00.160.120.02
HSL343.9º80.39%90%-
HSV(B)343.9º16.4%98.04%-
XYZ75.1471.0977.47-
YUV222.51126.58147.61-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 36.82%
GREEN value IS 209 (82.03% from 255) = 30.78%
BLUE value IS 220 (86.33% from 255) = 32.40%
R=36.82%
G=30.78%
B=32.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.12
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25020922000.160.120.02343.980.3990
HexFAD1DC010C2158505a
Octal372321334020142530120132
Binary11111010110100011101110001000011001010101100010100001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAD1DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAD1DC; }

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

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

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

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

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

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

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

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