#FAD0D8

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

Shades of Pink Lace #FAD0D8

Tints of Pink Lace #FAD0D8

Color information

#FAD0D8 (or 0xFAD0D8) is unknown color: approx Pink Lace. HEX triplet: FA, D0 and D8. RGB value is (250,208,216). Sum of RGB (Red+Green+Blue) = 250+208+216=674 (89% of max value = 765). Red value is 250 (98.05% from 255 or 37.09% from 674); Green value is 208 (81.64% from 255 or 30.86% from 674); Blue value is 216 (84.77% from 255 or 32.05% from 674); Max value from RGB is 250 - color contains mainly: red. Hex color #FAD0D8 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FAD0D8 is #052F27. Grayscale: #DDDDDD. Windows color (decimal): -339752 or 14209274. OLE color: 14209274.

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

Color convert

RGB250208216-
CMYK00.170.140.02
HSL348.57º80.77%89.8%-
HSV(B)348.57º16.8%98.04%-
XYZ74.3770.3974.63-
YUV221.47124.91148.35-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 37.09%
GREEN value IS 208 (81.64% from 255) = 30.86%
BLUE value IS 216 (84.77% from 255) = 32.05%
R=37.09%
G=30.86%
B=32.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.14
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25020821600.170.140.02348.5780.7789.8
HexFAD0D8011E215d515a
Octal372320330021162535121132
Binary11111010110100001101100001000111101010101110110100011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAD0D8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAD0D8; }

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

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

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

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

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

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

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

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