#FADAD1

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

Shades of Pippin #FADAD1

Tints of Pippin #FADAD1

Color information

#FADAD1 (or 0xFADAD1) is unknown color: approx Pippin. HEX triplet: FA, DA and D1. RGB value is (250,218,209). Sum of RGB (Red+Green+Blue) = 250+218+209=677 (89% of max value = 765). Red value is 250 (98.05% from 255 or 36.93% from 677); Green value is 218 (85.55% from 255 or 32.20% from 677); Blue value is 209 (82.03% from 255 or 30.87% from 677); Max value from RGB is 250 - color contains mainly: red. Hex color #FADAD1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FADAD1 is #05252E. Grayscale: #E2E2E2. Windows color (decimal): -337199 or 13753082. OLE color: 13753082.

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

Color convert

RGB250218209-
CMYK00.130.160.02
HSL13.17º80.39%90%-
HSV(B)13.17º16.4%98.04%-
XYZ7675.0770.81-
YUV226.54118.1144.73-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 36.93%
GREEN value IS 218 (85.55% from 255) = 32.20%
BLUE value IS 209 (82.03% from 255) = 30.87%
R=36.93%
G=32.20%
B=30.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.16
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25021820900.130.160.0213.1780.3990
HexFADAD10D102d505a
Octal37233232101520215120132
Binary111110101101101011010001011011000010110110100001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FADAD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FADAD1; }

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

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

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

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

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

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

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

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