Shades of Pippin #FEDAD4
Tints of Pippin #FEDAD4
RGB
CMYK
RGB Variations
Color information
#FEDAD4 (or 0xFEDAD4) is known color: Pippin. HEX triplet: FE, DA and D4. RGB value is (254,218,212). Sum of RGB (Red+Green+Blue) = 254+218+212=684 (90% of max value = 765). Red value is 254 (99.61% from 255 or 37.13% from 684); Green value is 218 (85.55% from 255 or 31.87% from 684); Blue value is 212 (83.20% from 255 or 30.99% from 684); Max value from RGB is 254 - color contains mainly: red. Hex color #FEDAD4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEDAD4 is #01252B. Grayscale: #E4E4E4. Windows color (decimal): -75052 or 13949694. OLE color: 13949694.
HSL color Cylindrical-coordinate representation of color #FEDAD4: hue angle of 8.57º degrees, saturation: 0.95, lightness: 0.91%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #FEDAD4 is Cyan = 0, Magento = 0.14, Yellow = 0.17 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 218 | 212 | - |
| CMYK | 0 | 0.14 | 0.17 | 0.00 |
| HSL | 8.57º | 0.95% | 0.91% | - |
| HSV(B) | 8.57º | 0.17% | 1% | - |
| XYZ | 77.83 | 75.97 | 72.85 | - |
| YUV | 228.08 | 118.93 | 146.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 218 | 212 | 0 | 0.14 | 0.17 | 0.00 | 8.57 | 0.95 | 0.91 |
| Hex | FE | DA | D4 | 0 | E | 11 | 0 | 9 | 5F | 5B |
| Octal | 376 | 332 | 324 | 0 | 16 | 21 | 0 | 11 | 137 | 133 |
| Binary | 11111110 | 11011010 | 11010100 | 0 | 1110 | 10001 | 0 | 1001 | 1011111 | 1011011 |
Color Harmonies of #FEDAD4
Complementary color
Monochromatic Colors of #FEDAD4
Black with #FEDAD4
Text Example
Text Example
White with #FEDAD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEDAD4; }
p { color: rgb(254,218,212); }
H1.HeaderClassName
{
color: #FEDAD4;
}
.AnyTagClassName
{
color: #FEDAD4;
}
</style>
background-color css
<style>
a { background-color: #FEDAD4; }
a { background-color: rgb(254,218,212); }
div.DivClassName
{
background-color: #FEDAD4;
}
.BgClassName
{
background-color: #FEDAD4;
}
</style>
border-color css
<style>
span { border-color: #FEDAD4; }
span { border-color: rgb(254,218,212); }
td.TdClassName
{
border-color: #FEDAD4;
}
.TagClassName
{
border-color: #FEDAD4;
}
</style>