#FAD0DE

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

Shades of Pig Pink #FAD0DE

Tints of Pig Pink #FAD0DE

Color information

#FAD0DE (or 0xFAD0DE) is unknown color: approx Pig Pink. HEX triplet: FA, D0 and DE. RGB value is (250,208,222). Sum of RGB (Red+Green+Blue) = 250+208+222=680 (90% of max value = 765). Red value is 250 (98.05% from 255 or 36.76% from 680); Green value is 208 (81.64% from 255 or 30.59% from 680); Blue value is 222 (87.11% from 255 or 32.65% from 680); Max value from RGB is 250 - color contains mainly: red. Hex color #FAD0DE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FAD0DE is #052F21. Grayscale: #DEDEDE. Windows color (decimal): -339746 or 14602490. OLE color: 14602490.

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

Color convert

RGB250208222-
CMYK00.170.110.02
HSL340º80.77%89.8%-
HSV(B)340º16.8%98.04%-
XYZ75.1770.7178.79-
YUV222.15127.91147.86-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 36.76%
GREEN value IS 208 (81.64% from 255) = 30.59%
BLUE value IS 222 (87.11% from 255) = 32.65%
R=36.76%
G=30.59%
B=32.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.11
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25020822200.170.110.0234080.7789.8
HexFAD0DE011B2154515a
Octal372320336021132524121132
Binary11111010110100001101111001000110111010101010010100011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAD0DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAD0DE; }

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

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

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

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

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

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

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

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