#FADAD3

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

Shades of Pippin #FADAD3

Tints of Pippin #FADAD3

Color information

#FADAD3 (or 0xFADAD3) is unknown color: approx Pippin. HEX triplet: FA, DA and D3. RGB value is (250,218,211). Sum of RGB (Red+Green+Blue) = 250+218+211=679 (89% of max value = 765). Red value is 250 (98.05% from 255 or 36.82% from 679); Green value is 218 (85.55% from 255 or 32.11% from 679); Blue value is 211 (82.81% from 255 or 31.08% from 679); Max value from RGB is 250 - color contains mainly: red. Hex color #FADAD3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FADAD3 is #05252C. Grayscale: #E2E2E2. Windows color (decimal): -337197 or 13884154. OLE color: 13884154.

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

Color convert

RGB250218211-
CMYK00.130.160.02
HSL10.77º79.59%90.39%-
HSV(B)10.77º15.6%98.04%-
XYZ76.2575.1772.12-
YUV226.77119.1144.57-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 36.82%
GREEN value IS 218 (85.55% from 255) = 32.11%
BLUE value IS 211 (82.81% from 255) = 31.08%
R=36.82%
G=32.11%
B=31.08%

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
Decimal25021821100.130.160.0210.7779.5990.39
HexFADAD30D102b505a
Octal37233232301520213120132
Binary111110101101101011010011011011000010101110100001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FADAD3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FADAD3; }

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

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

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

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

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

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

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

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