Shades of Pippin #FEDBD1
Tints of Pippin #FEDBD1
RGB
CMYK
RGB Variations
Color information
#FEDBD1 (or 0xFEDBD1) is known color: Pippin. HEX triplet: FE, DB and D1. RGB value is (254,219,209). Sum of RGB (Red+Green+Blue) = 254+219+209=682 (90% of max value = 765). Red value is 254 (99.61% from 255 or 37.24% from 682); Green value is 219 (85.94% from 255 or 32.11% from 682); Blue value is 209 (82.03% from 255 or 30.65% from 682); Max value from RGB is 254 - color contains mainly: red. Hex color #FEDBD1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEDBD1 is #01242E. Grayscale: #E4E4E4. Windows color (decimal): -74799 or 13753342. OLE color: 13753342.
HSL color Cylindrical-coordinate representation of color #FEDBD1: hue angle of 13.33º degrees, saturation: 0.96, lightness: 0.91%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #FEDBD1 is Cyan = 0, Magento = 0.14, Yellow = 0.18 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 219 | 209 | - |
| CMYK | 0 | 0.14 | 0.18 | 0.00 |
| HSL | 13.33º | 0.96% | 0.91% | - |
| HSV(B) | 13.33º | 0.18% | 1% | - |
| XYZ | 77.71 | 76.34 | 70.96 | - |
| YUV | 228.33 | 117.1 | 146.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 219 | 209 | 0 | 0.14 | 0.18 | 0.00 | 13.33 | 0.96 | 0.91 |
| Hex | FE | DB | D1 | 0 | E | 12 | 0 | D | 60 | 5B |
| Octal | 376 | 333 | 321 | 0 | 16 | 22 | 0 | 15 | 140 | 133 |
| Binary | 11111110 | 11011011 | 11010001 | 0 | 1110 | 10010 | 0 | 1101 | 1100000 | 1011011 |
Color Harmonies of #FEDBD1
Complementary color
Monochromatic Colors of #FEDBD1
Black with #FEDBD1
Text Example
Text Example
White with #FEDBD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEDBD1; }
p { color: rgb(254,219,209); }
H1.HeaderClassName
{
color: #FEDBD1;
}
.AnyTagClassName
{
color: #FEDBD1;
}
</style>
background-color css
<style>
a { background-color: #FEDBD1; }
a { background-color: rgb(254,219,209); }
div.DivClassName
{
background-color: #FEDBD1;
}
.BgClassName
{
background-color: #FEDBD1;
}
</style>
border-color css
<style>
span { border-color: #FEDBD1; }
span { border-color: rgb(254,219,209); }
td.TdClassName
{
border-color: #FEDBD1;
}
.TagClassName
{
border-color: #FEDBD1;
}
</style>