Shades of Pippin #FADCD4
Tints of Pippin #FADCD4
RGB
CMYK
RGB Variations
Color information
#FADCD4 (or 0xFADCD4) is known color: Pippin. HEX triplet: FA, DC and D4. RGB value is (250,220,212). Sum of RGB (Red+Green+Blue) = 250+220+212=682 (90% of max value = 765). Red value is 250 (98.05% from 255 or 36.66% from 682); Green value is 220 (86.33% from 255 or 32.26% from 682); Blue value is 212 (83.20% from 255 or 31.09% from 682); Max value from RGB is 250 - color contains mainly: red. Hex color #FADCD4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FADCD4 is #05232B. Grayscale: #E4E4E4. Windows color (decimal): -336684 or 13950202. OLE color: 13950202.
HSL color Cylindrical-coordinate representation of color #FADCD4: hue angle of 12.63º 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 #FADCD4 is Cyan = 0, Magento = 0.12, Yellow = 0.15 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 220 | 212 | - |
| CMYK | 0 | 0.12 | 0.15 | 0.02 |
| HSL | 12.63º | 0.79% | 0.91% | - |
| HSV(B) | 12.63º | 0.15% | 0.98% | - |
| XYZ | 76.9 | 76.26 | 72.95 | - |
| YUV | 228.06 | 118.94 | 143.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 220 | 212 | 0 | 0.12 | 0.15 | 0.02 | 12.63 | 0.79 | 0.91 |
| Hex | FA | DC | D4 | 0 | C | F | 2 | D | 4F | 5B |
| Octal | 372 | 334 | 324 | 0 | 14 | 17 | 2 | 15 | 117 | 133 |
| Binary | 11111010 | 11011100 | 11010100 | 0 | 1100 | 1111 | 10 | 1101 | 1001111 | 1011011 |
Color Harmonies of #FADCD4
Complementary color
Monochromatic Colors of #FADCD4
Black with #FADCD4
Text Example
Text Example
White with #FADCD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FADCD4; }
p { color: rgb(250,220,212); }
H1.HeaderClassName
{
color: #FADCD4;
}
.AnyTagClassName
{
color: #FADCD4;
}
</style>
background-color css
<style>
a { background-color: #FADCD4; }
a { background-color: rgb(250,220,212); }
div.DivClassName
{
background-color: #FADCD4;
}
.BgClassName
{
background-color: #FADCD4;
}
</style>
border-color css
<style>
span { border-color: #FADCD4; }
span { border-color: rgb(250,220,212); }
td.TdClassName
{
border-color: #FADCD4;
}
.TagClassName
{
border-color: #FADCD4;
}
</style>