#FAD0DD

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

Shades of Pink Lace #FAD0DD

Tints of Pink Lace #FAD0DD

Color information

#FAD0DD (or 0xFAD0DD) is unknown color: approx Pink Lace. HEX triplet: FA, D0 and DD. RGB value is (250,208,221). Sum of RGB (Red+Green+Blue) = 250+208+221=679 (89% of max value = 765). Red value is 250 (98.05% from 255 or 36.82% from 679); Green value is 208 (81.64% from 255 or 30.63% from 679); Blue value is 221 (86.72% from 255 or 32.55% from 679); Max value from RGB is 250 - color contains mainly: red. Hex color #FAD0DD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FAD0DD is #052F22. Grayscale: #DEDEDE. Windows color (decimal): -339747 or 14536954. OLE color: 14536954.

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

Color convert

RGB250208221-
CMYK00.170.120.02
HSL341.43º80.77%89.8%-
HSV(B)341.43º16.8%98.04%-
XYZ75.0370.6678.09-
YUV222.04127.41147.94-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 36.82%
GREEN value IS 208 (81.64% from 255) = 30.63%
BLUE value IS 221 (86.72% from 255) = 32.55%
R=36.82%
G=30.63%
B=32.55%

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
Decimal25020822100.170.120.02341.4380.7789.8
HexFAD0DD011C2155515a
Octal372320335021142525121132
Binary11111010110100001101110101000111001010101010110100011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAD0DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAD0DD; }

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

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

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

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

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

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

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

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