#FADED0

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

Shades of Pippin #FADED0

Tints of Pippin #FADED0

Color information

#FADED0 (or 0xFADED0) is unknown color: approx Pippin. HEX triplet: FA, DE and D0. RGB value is (250,222,208). Sum of RGB (Red+Green+Blue) = 250+222+208=680 (90% of max value = 765). Red value is 250 (98.05% from 255 or 36.76% from 680); Green value is 222 (87.11% from 255 or 32.65% from 680); Blue value is 208 (81.64% from 255 or 30.59% from 680); Max value from RGB is 250 - color contains mainly: red. Hex color #FADED0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FADED0 is #05212F. Grayscale: #E4E4E4. Windows color (decimal): -336176 or 13688570. OLE color: 13688570.

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

Color convert

RGB250222208-
CMYK00.110.170.02
HSL20º80.77%89.8%-
HSV(B)20º16.8%98.04%-
XYZ76.9377.1270.51-
YUV228.78116.28143.14-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.17
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25022220800.110.170.022080.7789.8
HexFADED00B11214515a
Octal37233632001321224121132
Binary1111101011011110110100000101110001101010010100011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FADED0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FADED0; }

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

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

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

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

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

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

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

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