Shades of Pippin #FEDBD6
Tints of Pippin #FEDBD6
RGB
CMYK
RGB Variations
Color information
#FEDBD6 (or 0xFEDBD6) is known color: Pippin. HEX triplet: FE, DB and D6. RGB value is (254,219,214). Sum of RGB (Red+Green+Blue) = 254+219+214=687 (90% of max value = 765). Red value is 254 (99.61% from 255 or 36.97% from 687); Green value is 219 (85.94% from 255 or 31.88% from 687); Blue value is 214 (83.98% from 255 or 31.15% from 687); Max value from RGB is 254 - color contains mainly: red. Hex color #FEDBD6 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEDBD6 is #012429. Grayscale: #E4E4E4. Windows color (decimal): -74794 or 14081022. OLE color: 14081022.
HSL color Cylindrical-coordinate representation of color #FEDBD6: hue angle of 7.5º degrees, saturation: 0.95, lightness: 0.92%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #FEDBD6 is Cyan = 0, Magento = 0.14, Yellow = 0.16 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 219 | 214 | - |
| CMYK | 0 | 0.14 | 0.16 | 0.00 |
| HSL | 7.5º | 0.95% | 0.92% | - |
| HSV(B) | 7.5º | 0.16% | 1% | - |
| XYZ | 78.34 | 76.59 | 74.27 | - |
| YUV | 228.9 | 119.6 | 145.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 219 | 214 | 0 | 0.14 | 0.16 | 0.00 | 7.5 | 0.95 | 0.92 |
| Hex | FE | DB | D6 | 0 | E | 10 | 0 | 8 | 5F | 5C |
| Octal | 376 | 333 | 326 | 0 | 16 | 20 | 0 | 10 | 137 | 134 |
| Binary | 11111110 | 11011011 | 11010110 | 0 | 1110 | 10000 | 0 | 1000 | 1011111 | 1011100 |
Color Harmonies of #FEDBD6
Complementary color
Monochromatic Colors of #FEDBD6
Black with #FEDBD6
Text Example
Text Example
White with #FEDBD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEDBD6; }
p { color: rgb(254,219,214); }
H1.HeaderClassName
{
color: #FEDBD6;
}
.AnyTagClassName
{
color: #FEDBD6;
}
</style>
background-color css
<style>
a { background-color: #FEDBD6; }
a { background-color: rgb(254,219,214); }
div.DivClassName
{
background-color: #FEDBD6;
}
.BgClassName
{
background-color: #FEDBD6;
}
</style>
border-color css
<style>
span { border-color: #FEDBD6; }
span { border-color: rgb(254,219,214); }
td.TdClassName
{
border-color: #FEDBD6;
}
.TagClassName
{
border-color: #FEDBD6;
}
</style>