#FADED1

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

Shades of Pippin #FADED1

Tints of Pippin #FADED1

Color information

#FADED1 (or 0xFADED1) is unknown color: approx Pippin. HEX triplet: FA, DE and D1. RGB value is (250,222,209). Sum of RGB (Red+Green+Blue) = 250+222+209=681 (90% of max value = 765). Red value is 250 (98.05% from 255 or 36.71% from 681); Green value is 222 (87.11% from 255 or 32.60% from 681); Blue value is 209 (82.03% from 255 or 30.69% from 681); Max value from RGB is 250 - color contains mainly: red. Hex color #FADED1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FADED1 is #05212E. Grayscale: #E4E4E4. Windows color (decimal): -336175 or 13754106. OLE color: 13754106.

HSL color Cylindrical-coordinate representation of color #FADED1: hue angle of 19.02º degrees, saturation: 0.8, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #FADED1 is Cyan = 0, Magento = 0.11, Yellow = 0.16 and Black (K on CMYK) = 0.02.

Color convert

RGB250222209-
CMYK00.110.160.02
HSL19.02º80.39%90%-
HSV(B)19.02º16.4%98.04%-
XYZ77.0577.1771.16-
YUV228.89116.78143.06-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 36.71%
GREEN value IS 222 (87.11% from 255) = 32.60%
BLUE value IS 209 (82.03% from 255) = 30.69%
R=36.71%
G=32.60%
B=30.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.16
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25022220900.110.160.0219.0280.3990
HexFADED10B10213505a
Octal37233632101320223120132
Binary1111101011011110110100010101110000101001110100001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FADED1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FADED1; }

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

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

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

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

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

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

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

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