#FAD9D2

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

Shades of Pippin #FAD9D2

Tints of Pippin #FAD9D2

Color information

#FAD9D2 (or 0xFAD9D2) is unknown color: approx Pippin. HEX triplet: FA, D9 and D2. RGB value is (250,217,210). Sum of RGB (Red+Green+Blue) = 250+217+210=677 (89% of max value = 765). Red value is 250 (98.05% from 255 or 36.93% from 677); Green value is 217 (85.16% from 255 or 32.05% from 677); Blue value is 210 (82.42% from 255 or 31.02% from 677); Max value from RGB is 250 - color contains mainly: red. Hex color #FAD9D2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FAD9D2 is #05262D. Grayscale: #E2E2E2. Windows color (decimal): -337454 or 13818362. OLE color: 13818362.

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

Color convert

RGB250217210-
CMYK00.130.160.02
HSL10.5º80%90.2%-
HSV(B)10.5º16%98.04%-
XYZ75.8774.671.37-
YUV226.07118.93145.07-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 36.93%
GREEN value IS 217 (85.16% from 255) = 32.05%
BLUE value IS 210 (82.42% from 255) = 31.02%
R=36.93%
G=32.05%
B=31.02%

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
Decimal25021721000.130.160.0210.58090.2
HexFAD9D20D102b505a
Octal37233132201520213120132
Binary111110101101100111010010011011000010101110100001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAD9D2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAD9D2; }

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

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

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

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

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

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

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

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