#FADAD2

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

Shades of Pippin #FADAD2

Tints of Pippin #FADAD2

Color information

#FADAD2 (or 0xFADAD2) is unknown color: approx Pippin. HEX triplet: FA, DA and D2. RGB value is (250,218,210). Sum of RGB (Red+Green+Blue) = 250+218+210=678 (89% of max value = 765). Red value is 250 (98.05% from 255 or 36.87% from 678); Green value is 218 (85.55% from 255 or 32.15% from 678); Blue value is 210 (82.42% from 255 or 30.97% from 678); Max value from RGB is 250 - color contains mainly: red. Hex color #FADAD2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FADAD2 is #05252D. Grayscale: #E2E2E2. Windows color (decimal): -337198 or 13818618. OLE color: 13818618.

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

Color convert

RGB250218210-
CMYK00.130.160.02
HSL12º80%90.2%-
HSV(B)12º16%98.04%-
XYZ76.1375.1271.46-
YUV226.66118.6144.65-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 36.87%
GREEN value IS 218 (85.55% from 255) = 32.15%
BLUE value IS 210 (82.42% from 255) = 30.97%
R=36.87%
G=32.15%
B=30.97%

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
Decimal25021821000.130.160.02128090.2
HexFADAD20D102c505a
Octal37233232201520214120132
Binary111110101101101011010010011011000010110010100001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FADAD2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FADAD2; }

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

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

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

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

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

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

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

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