Shades of Pippin #FADDD4
Tints of Pippin #FADDD4
RGB
CMYK
RGB Variations
Color information
#FADDD4 (or 0xFADDD4) is known color: Pippin. HEX triplet: FA, DD and D4. RGB value is (250,221,212). Sum of RGB (Red+Green+Blue) = 250+221+212=683 (90% of max value = 765). Red value is 250 (98.05% from 255 or 36.60% from 683); Green value is 221 (86.72% from 255 or 32.36% from 683); Blue value is 212 (83.20% from 255 or 31.04% from 683); Max value from RGB is 250 - color contains mainly: red. Hex color #FADDD4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FADDD4 is #05222B. Grayscale: #E4E4E4. Windows color (decimal): -336428 or 13950458. OLE color: 13950458.
HSL color Cylindrical-coordinate representation of color #FADDD4: hue angle of 14.21º 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 #FADDD4 is Cyan = 0, Magento = 0.12, Yellow = 0.15 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 221 | 212 | - |
| CMYK | 0 | 0.12 | 0.15 | 0.02 |
| HSL | 14.21º | 0.79% | 0.91% | - |
| HSV(B) | 14.21º | 0.15% | 0.98% | - |
| XYZ | 77.16 | 76.79 | 73.04 | - |
| YUV | 228.65 | 118.61 | 143.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 221 | 212 | 0 | 0.12 | 0.15 | 0.02 | 14.21 | 0.79 | 0.91 |
| Hex | FA | DD | D4 | 0 | C | F | 2 | E | 4F | 5B |
| Octal | 372 | 335 | 324 | 0 | 14 | 17 | 2 | 16 | 117 | 133 |
| Binary | 11111010 | 11011101 | 11010100 | 0 | 1100 | 1111 | 10 | 1110 | 1001111 | 1011011 |
Color Harmonies of #FADDD4
Complementary color
Monochromatic Colors of #FADDD4
Black with #FADDD4
Text Example
Text Example
White with #FADDD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FADDD4; }
p { color: rgb(250,221,212); }
H1.HeaderClassName
{
color: #FADDD4;
}
.AnyTagClassName
{
color: #FADDD4;
}
</style>
background-color css
<style>
a { background-color: #FADDD4; }
a { background-color: rgb(250,221,212); }
div.DivClassName
{
background-color: #FADDD4;
}
.BgClassName
{
background-color: #FADDD4;
}
</style>
border-color css
<style>
span { border-color: #FADDD4; }
span { border-color: rgb(250,221,212); }
td.TdClassName
{
border-color: #FADDD4;
}
.TagClassName
{
border-color: #FADDD4;
}
</style>