#FADED6

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

Shades of Pippin #FADED6

Tints of Pippin #FADED6

Color information

#FADED6 (or 0xFADED6) is unknown color: approx Pippin. HEX triplet: FA, DE and D6. RGB value is (250,222,214). Sum of RGB (Red+Green+Blue) = 250+222+214=686 (90% of max value = 765). Red value is 250 (98.05% from 255 or 36.44% from 686); Green value is 222 (87.11% from 255 or 32.36% from 686); Blue value is 214 (83.98% from 255 or 31.20% from 686); Max value from RGB is 250 - color contains mainly: red. Hex color #FADED6 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FADED6 is #052129. Grayscale: #E5E5E5. Windows color (decimal): -336170 or 14081786. OLE color: 14081786.

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

Color convert

RGB250222214-
CMYK00.110.140.02
HSL13.33º78.26%90.98%-
HSV(B)13.33º14.4%98.04%-
XYZ77.6877.4274.47-
YUV229.46119.28142.65-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 36.44%
GREEN value IS 222 (87.11% from 255) = 32.36%
BLUE value IS 214 (83.98% from 255) = 31.20%
R=36.44%
G=32.36%
B=31.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.14
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25022221400.110.140.0213.3378.2690.98
HexFADED60BE2d4e5b
Octal37233632601316215116133
Binary11111010110111101101011001011111010110110011101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FADED6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FADED6; }

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

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

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

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

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

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

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

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