#FADCD6

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

Shades of Pippin #FADCD6

Tints of Pippin #FADCD6

Color information

#FADCD6 (or 0xFADCD6) is unknown color: approx Pippin. HEX triplet: FA, DC and D6. RGB value is (250,220,214). Sum of RGB (Red+Green+Blue) = 250+220+214=684 (90% of max value = 765). Red value is 250 (98.05% from 255 or 36.55% from 684); Green value is 220 (86.33% from 255 or 32.16% from 684); Blue value is 214 (83.98% from 255 or 31.29% from 684); Max value from RGB is 250 - color contains mainly: red. Hex color #FADCD6 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FADCD6 is #052329. Grayscale: #E4E4E4. Windows color (decimal): -336682 or 14081274. OLE color: 14081274.

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

Color convert

RGB250220214-
CMYK00.120.140.02
HSL10º78.26%90.98%-
HSV(B)10º14.4%98.04%-
XYZ77.1676.3774.29-
YUV228.29119.94143.49-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 36.55%
GREEN value IS 220 (86.33% from 255) = 32.16%
BLUE value IS 214 (83.98% from 255) = 31.29%
R=36.55%
G=32.16%
B=31.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.14
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25022021400.120.140.021078.2690.98
HexFADCD60CE2a4e5b
Octal37233432601416212116133
Binary11111010110111001101011001100111010101010011101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FADCD6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FADCD6; }

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

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

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

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

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

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

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

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