Shades of Pippin #FADCD3
Tints of Pippin #FADCD3
RGB
CMYK
RGB Variations
Color information
#FADCD3 (or 0xFADCD3) is known color: Pippin. HEX triplet: FA, DC and D3. RGB value is (250,220,211). Sum of RGB (Red+Green+Blue) = 250+220+211=681 (90% of max value = 765). Red value is 250 (98.05% from 255 or 36.71% from 681); Green value is 220 (86.33% from 255 or 32.31% from 681); Blue value is 211 (82.81% from 255 or 30.98% from 681); Max value from RGB is 250 - color contains mainly: red. Hex color #FADCD3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FADCD3 is #05232C. Grayscale: #E4E4E4. Windows color (decimal): -336685 or 13884666. OLE color: 13884666.
HSL color Cylindrical-coordinate representation of color #FADCD3: hue angle of 13.85º 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 #FADCD3 is Cyan = 0, Magento = 0.12, Yellow = 0.16 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 220 | 211 | - |
| CMYK | 0 | 0.12 | 0.16 | 0.02 |
| HSL | 13.85º | 0.8% | 0.9% | - |
| HSV(B) | 13.85º | 0.16% | 0.98% | - |
| XYZ | 76.78 | 76.21 | 72.29 | - |
| YUV | 227.94 | 118.44 | 143.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 220 | 211 | 0 | 0.12 | 0.16 | 0.02 | 13.85 | 0.8 | 0.9 |
| Hex | FA | DC | D3 | 0 | C | 10 | 2 | E | 50 | 5A |
| Octal | 372 | 334 | 323 | 0 | 14 | 20 | 2 | 16 | 120 | 132 |
| Binary | 11111010 | 11011100 | 11010011 | 0 | 1100 | 10000 | 10 | 1110 | 1010000 | 1011010 |
Color Harmonies of #FADCD3
Complementary color
Monochromatic Colors of #FADCD3
Black with #FADCD3
Text Example
Text Example
White with #FADCD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FADCD3; }
p { color: rgb(250,220,211); }
H1.HeaderClassName
{
color: #FADCD3;
}
.AnyTagClassName
{
color: #FADCD3;
}
</style>
background-color css
<style>
a { background-color: #FADCD3; }
a { background-color: rgb(250,220,211); }
div.DivClassName
{
background-color: #FADCD3;
}
.BgClassName
{
background-color: #FADCD3;
}
</style>
border-color css
<style>
span { border-color: #FADCD3; }
span { border-color: rgb(250,220,211); }
td.TdClassName
{
border-color: #FADCD3;
}
.TagClassName
{
border-color: #FADCD3;
}
</style>