#FADCD5

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

Shades of Pippin #FADCD5

Tints of Pippin #FADCD5

Color information

#FADCD5 (or 0xFADCD5) is unknown color: approx Pippin. HEX triplet: FA, DC and D5. RGB value is (250,220,213). Sum of RGB (Red+Green+Blue) = 250+220+213=683 (90% of max value = 765). Red value is 250 (98.05% from 255 or 36.60% from 683); Green value is 220 (86.33% from 255 or 32.21% from 683); Blue value is 213 (83.59% from 255 or 31.19% from 683); Max value from RGB is 250 - color contains mainly: red. Hex color #FADCD5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FADCD5 is #05232A. Grayscale: #E4E4E4. Windows color (decimal): -336683 or 14015738. OLE color: 14015738.

HSL color Cylindrical-coordinate representation of color #FADCD5: hue angle of 11.35º degrees, saturation: 0.79, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #FADCD5 is Cyan = 0, Magento = 0.12, Yellow = 0.15 and Black (K on CMYK) = 0.02.

Color convert

RGB250220213-
CMYK00.120.150.02
HSL11.35º78.72%90.78%-
HSV(B)11.35º14.8%98.04%-
XYZ77.0376.3173.62-
YUV228.17119.44143.57-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 36.60%
GREEN value IS 220 (86.33% from 255) = 32.21%
BLUE value IS 213 (83.59% from 255) = 31.19%
R=36.60%
G=32.21%
B=31.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.15
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25022021300.120.150.0211.3578.7290.78
HexFADCD50CF2b4f5b
Octal37233432501417213117133
Binary11111010110111001101010101100111110101110011111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FADCD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FADCD5; }

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

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

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

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

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

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

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

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