Shades of Pippin #FADDD5
Tints of Pippin #FADDD5
RGB
CMYK
RGB Variations
Color information
#FADDD5 (or 0xFADDD5) is known color: Pippin. HEX triplet: FA, DD and D5. RGB value is (250,221,213). Sum of RGB (Red+Green+Blue) = 250+221+213=684 (90% of max value = 765). Red value is 250 (98.05% from 255 or 36.55% from 684); Green value is 221 (86.72% from 255 or 32.31% from 684); Blue value is 213 (83.59% from 255 or 31.14% from 684); Max value from RGB is 250 - color contains mainly: red. Hex color #FADDD5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FADDD5 is #05222A. Grayscale: #E4E4E4. Windows color (decimal): -336427 or 14015994. OLE color: 14015994.
HSL color Cylindrical-coordinate representation of color #FADDD5: hue angle of 12.97º 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 #FADDD5 is Cyan = 0, Magento = 0.12, Yellow = 0.15 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 221 | 213 | - |
| CMYK | 0 | 0.12 | 0.15 | 0.02 |
| HSL | 12.97º | 0.79% | 0.91% | - |
| HSV(B) | 12.97º | 0.15% | 0.98% | - |
| XYZ | 77.29 | 76.84 | 73.71 | - |
| YUV | 228.76 | 119.11 | 143.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 221 | 213 | 0 | 0.12 | 0.15 | 0.02 | 12.97 | 0.79 | 0.91 |
| Hex | FA | DD | D5 | 0 | C | F | 2 | D | 4F | 5B |
| Octal | 372 | 335 | 325 | 0 | 14 | 17 | 2 | 15 | 117 | 133 |
| Binary | 11111010 | 11011101 | 11010101 | 0 | 1100 | 1111 | 10 | 1101 | 1001111 | 1011011 |
Color Harmonies of #FADDD5
Complementary color
Monochromatic Colors of #FADDD5
Black with #FADDD5
Text Example
Text Example
White with #FADDD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FADDD5; }
p { color: rgb(250,221,213); }
H1.HeaderClassName
{
color: #FADDD5;
}
.AnyTagClassName
{
color: #FADDD5;
}
</style>
background-color css
<style>
a { background-color: #FADDD5; }
a { background-color: rgb(250,221,213); }
div.DivClassName
{
background-color: #FADDD5;
}
.BgClassName
{
background-color: #FADDD5;
}
</style>
border-color css
<style>
span { border-color: #FADDD5; }
span { border-color: rgb(250,221,213); }
td.TdClassName
{
border-color: #FADDD5;
}
.TagClassName
{
border-color: #FADDD5;
}
</style>