#FADED5

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

Shades of Pippin #FADED5

Tints of Pippin #FADED5

Color information

#FADED5 (or 0xFADED5) is unknown color: approx Pippin. HEX triplet: FA, DE and D5. RGB value is (250,222,213). Sum of RGB (Red+Green+Blue) = 250+222+213=685 (90% of max value = 765). Red value is 250 (98.05% from 255 or 36.50% from 685); Green value is 222 (87.11% from 255 or 32.41% from 685); Blue value is 213 (83.59% from 255 or 31.09% from 685); Max value from RGB is 250 - color contains mainly: red. Hex color #FADED5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FADED5 is #05212A. Grayscale: #E5E5E5. Windows color (decimal): -336171 or 14016250. OLE color: 14016250.

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

Color convert

RGB250222213-
CMYK00.110.150.02
HSL14.59º78.72%90.78%-
HSV(B)14.59º14.8%98.04%-
XYZ77.5677.3773.8-
YUV229.35118.78142.73-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 36.50%
GREEN value IS 222 (87.11% from 255) = 32.41%
BLUE value IS 213 (83.59% from 255) = 31.09%
R=36.50%
G=32.41%
B=31.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.15
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25022221300.110.150.0214.5978.7290.78
HexFADED50BF2f4f5b
Octal37233632501317217117133
Binary11111010110111101101010101011111110111110011111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FADED5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FADED5; }

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

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

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

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

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

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

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

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