#FADED3

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

Shades of Pippin #FADED3

Tints of Pippin #FADED3

Color information

#FADED3 (or 0xFADED3) is unknown color: approx Pippin. HEX triplet: FA, DE and D3. RGB value is (250,222,211). Sum of RGB (Red+Green+Blue) = 250+222+211=683 (90% of max value = 765). Red value is 250 (98.05% from 255 or 36.60% from 683); Green value is 222 (87.11% from 255 or 32.50% from 683); Blue value is 211 (82.81% from 255 or 30.89% from 683); Max value from RGB is 250 - color contains mainly: red. Hex color #FADED3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FADED3 is #05212C. Grayscale: #E5E5E5. Windows color (decimal): -336173 or 13885178. OLE color: 13885178.

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

Color convert

RGB250222211-
CMYK00.110.160.02
HSL16.92º79.59%90.39%-
HSV(B)16.92º15.6%98.04%-
XYZ77.377.2772.47-
YUV229.12117.78142.89-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 36.60%
GREEN value IS 222 (87.11% from 255) = 32.50%
BLUE value IS 211 (82.81% from 255) = 30.89%
R=36.60%
G=32.50%
B=30.89%

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
Decimal25022221100.110.160.0216.9279.5990.39
HexFADED30B10211505a
Octal37233632301320221120132
Binary1111101011011110110100110101110000101000110100001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FADED3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FADED3; }

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

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

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

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

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

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

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

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