#FAD9D1

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

Shades of Pippin #FAD9D1

Tints of Pippin #FAD9D1

Color information

#FAD9D1 (or 0xFAD9D1) is unknown color: approx Pippin. HEX triplet: FA, D9 and D1. RGB value is (250,217,209). Sum of RGB (Red+Green+Blue) = 250+217+209=676 (89% of max value = 765). Red value is 250 (98.05% from 255 or 36.98% from 676); Green value is 217 (85.16% from 255 or 32.10% from 676); Blue value is 209 (82.03% from 255 or 30.92% from 676); Max value from RGB is 250 - color contains mainly: red. Hex color #FAD9D1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FAD9D1 is #05262E. Grayscale: #E2E2E2. Windows color (decimal): -337455 or 13752826. OLE color: 13752826.

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

Color convert

RGB250217209-
CMYK00.130.160.02
HSL11.71º80.39%90%-
HSV(B)11.71º16.4%98.04%-
XYZ75.7574.5570.72-
YUV225.96118.43145.15-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 36.98%
GREEN value IS 217 (85.16% from 255) = 32.10%
BLUE value IS 209 (82.03% from 255) = 30.92%
R=36.98%
G=32.10%
B=30.92%

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
Decimal25021720900.130.160.0211.7180.3990
HexFAD9D10D102c505a
Octal37233132101520214120132
Binary111110101101100111010001011011000010110010100001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAD9D1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAD9D1; }

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

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

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

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

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

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

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

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