#FADCD1

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

Shades of Pippin #FADCD1

Tints of Pippin #FADCD1

Color information

#FADCD1 (or 0xFADCD1) is unknown color: approx Pippin. HEX triplet: FA, DC and D1. RGB value is (250,220,209). Sum of RGB (Red+Green+Blue) = 250+220+209=679 (89% of max value = 765). Red value is 250 (98.05% from 255 or 36.82% from 679); Green value is 220 (86.33% from 255 or 32.40% from 679); Blue value is 209 (82.03% from 255 or 30.78% from 679); Max value from RGB is 250 - color contains mainly: red. Hex color #FADCD1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FADCD1 is #05232E. Grayscale: #E3E3E3. Windows color (decimal): -336687 or 13753594. OLE color: 13753594.

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

Color convert

RGB250220209-
CMYK00.120.160.02
HSL16.1º80.39%90%-
HSV(B)16.1º16.4%98.04%-
XYZ76.5376.1170.98-
YUV227.72117.44143.89-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 36.82%
GREEN value IS 220 (86.33% from 255) = 32.40%
BLUE value IS 209 (82.03% from 255) = 30.78%
R=36.82%
G=32.40%
B=30.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.16
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25022020900.120.160.0216.180.3990
HexFADCD10C10210505a
Octal37233432101420220120132
Binary1111101011011100110100010110010000101000010100001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FADCD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FADCD1; }

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

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

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

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

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

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

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

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