#FADAD0

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

Shades of Pippin #FADAD0

Tints of Pippin #FADAD0

Color information

#FADAD0 (or 0xFADAD0) is unknown color: approx Pippin. HEX triplet: FA, DA and D0. RGB value is (250,218,208). Sum of RGB (Red+Green+Blue) = 250+218+208=676 (89% of max value = 765). Red value is 250 (98.05% from 255 or 36.98% from 676); Green value is 218 (85.55% from 255 or 32.25% from 676); Blue value is 208 (81.64% from 255 or 30.77% from 676); Max value from RGB is 250 - color contains mainly: red. Hex color #FADAD0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FADAD0 is #05252F. Grayscale: #E2E2E2. Windows color (decimal): -337200 or 13687546. OLE color: 13687546.

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

Color convert

RGB250218208-
CMYK00.130.170.02
HSL14.29º80.77%89.8%-
HSV(B)14.29º16.8%98.04%-
XYZ75.8875.0270.16-
YUV226.43117.6144.81-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 36.98%
GREEN value IS 218 (85.55% from 255) = 32.25%
BLUE value IS 208 (81.64% from 255) = 30.77%
R=36.98%
G=32.25%
B=30.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.17
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25021820800.130.170.0214.2980.7789.8
HexFADAD00D112e515a
Octal37233232001521216121132
Binary111110101101101011010000011011000110111010100011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FADAD0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FADAD0; }

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

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

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

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

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

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

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

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