#FAD8D0

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

Shades of Pippin #FAD8D0

Tints of Pippin #FAD8D0

Color information

#FAD8D0 (or 0xFAD8D0) is unknown color: approx Pippin. HEX triplet: FA, D8 and D0. RGB value is (250,216,208). Sum of RGB (Red+Green+Blue) = 250+216+208=674 (89% of max value = 765). Red value is 250 (98.05% from 255 or 37.09% from 674); Green value is 216 (84.77% from 255 or 32.05% from 674); Blue value is 208 (81.64% from 255 or 30.86% from 674); Max value from RGB is 250 - color contains mainly: red. Hex color #FAD8D0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FAD8D0 is #05272F. Grayscale: #E1E1E1. Windows color (decimal): -337712 or 13687034. OLE color: 13687034.

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

Color convert

RGB250216208-
CMYK00.140.170.02
HSL11.43º80.77%89.8%-
HSV(B)11.43º16.8%98.04%-
XYZ75.3773.9969.98-
YUV225.25118.26145.65-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 37.09%
GREEN value IS 216 (84.77% from 255) = 32.05%
BLUE value IS 208 (81.64% from 255) = 30.86%
R=37.09%
G=32.05%
B=30.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.17
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25021620800.140.170.0211.4380.7789.8
HexFAD8D00E112b515a
Octal37233032001621213121132
Binary111110101101100011010000011101000110101110100011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAD8D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAD8D0; }

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

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

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

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

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

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

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

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