#FADCD2

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

Shades of Pippin #FADCD2

Tints of Pippin #FADCD2

Color information

#FADCD2 (or 0xFADCD2) is unknown color: approx Pippin. HEX triplet: FA, DC and D2. RGB value is (250,220,210). Sum of RGB (Red+Green+Blue) = 250+220+210=680 (90% of max value = 765). Red value is 250 (98.05% from 255 or 36.76% from 680); Green value is 220 (86.33% from 255 or 32.35% from 680); Blue value is 210 (82.42% from 255 or 30.88% from 680); Max value from RGB is 250 - color contains mainly: red. Hex color #FADCD2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FADCD2 is #05232D. Grayscale: #E3E3E3. Windows color (decimal): -336686 or 13819130. OLE color: 13819130.

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

Color convert

RGB250220210-
CMYK00.120.160.02
HSL15º80%90.2%-
HSV(B)15º16%98.04%-
XYZ76.6576.1671.63-
YUV227.83117.94143.81-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 36.76%
GREEN value IS 220 (86.33% from 255) = 32.35%
BLUE value IS 210 (82.42% from 255) = 30.88%
R=36.76%
G=32.35%
B=30.88%

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
Decimal25022021000.120.160.02158090.2
HexFADCD20C102f505a
Octal37233432201420217120132
Binary111110101101110011010010011001000010111110100001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FADCD2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FADCD2; }

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

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

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

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

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

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

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

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