#FADED4

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

Shades of Pippin #FADED4

Tints of Pippin #FADED4

Color information

#FADED4 (or 0xFADED4) is unknown color: approx Pippin. HEX triplet: FA, DE and D4. RGB value is (250,222,212). Sum of RGB (Red+Green+Blue) = 250+222+212=684 (90% of max value = 765). Red value is 250 (98.05% from 255 or 36.55% from 684); Green value is 222 (87.11% from 255 or 32.46% from 684); Blue value is 212 (83.20% from 255 or 30.99% from 684); Max value from RGB is 250 - color contains mainly: red. Hex color #FADED4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FADED4 is #05212B. Grayscale: #E5E5E5. Windows color (decimal): -336172 or 13950714. OLE color: 13950714.

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

Color convert

RGB250222212-
CMYK00.110.150.02
HSL15.79º79.17%90.59%-
HSV(B)15.79º15.2%98.04%-
XYZ77.4377.3273.13-
YUV229.23118.28142.81-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 36.55%
GREEN value IS 222 (87.11% from 255) = 32.46%
BLUE value IS 212 (83.20% from 255) = 30.99%
R=36.55%
G=32.46%
B=30.99%

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
Decimal25022221200.110.150.0215.7979.1790.59
HexFADED40BF2104f5b
Octal37233632401317220117133
Binary111110101101111011010100010111111101000010011111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FADED4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FADED4; }

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

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

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

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

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

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

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

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