Shades of Pippin #FEDBD2
Tints of Pippin #FEDBD2
RGB
CMYK
RGB Variations
Color information
#FEDBD2 (or 0xFEDBD2) is known color: Pippin. HEX triplet: FE, DB and D2. RGB value is (254,219,210). Sum of RGB (Red+Green+Blue) = 254+219+210=683 (90% of max value = 765). Red value is 254 (99.61% from 255 or 37.19% from 683); Green value is 219 (85.94% from 255 or 32.06% from 683); Blue value is 210 (82.42% from 255 or 30.75% from 683); Max value from RGB is 254 - color contains mainly: red. Hex color #FEDBD2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEDBD2 is #01242D. Grayscale: #E4E4E4. Windows color (decimal): -74798 or 13818878. OLE color: 13818878.
HSL color Cylindrical-coordinate representation of color #FEDBD2: hue angle of 12.27º degrees, saturation: 0.96, lightness: 0.91%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #FEDBD2 is Cyan = 0, Magento = 0.14, Yellow = 0.17 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 219 | 210 | - |
| CMYK | 0 | 0.14 | 0.17 | 0.00 |
| HSL | 12.27º | 0.96% | 0.91% | - |
| HSV(B) | 12.27º | 0.17% | 1% | - |
| XYZ | 77.84 | 76.39 | 71.61 | - |
| YUV | 228.44 | 117.6 | 146.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 219 | 210 | 0 | 0.14 | 0.17 | 0.00 | 12.27 | 0.96 | 0.91 |
| Hex | FE | DB | D2 | 0 | E | 11 | 0 | C | 60 | 5B |
| Octal | 376 | 333 | 322 | 0 | 16 | 21 | 0 | 14 | 140 | 133 |
| Binary | 11111110 | 11011011 | 11010010 | 0 | 1110 | 10001 | 0 | 1100 | 1100000 | 1011011 |
Color Harmonies of #FEDBD2
Complementary color
Monochromatic Colors of #FEDBD2
Black with #FEDBD2
Text Example
Text Example
White with #FEDBD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEDBD2; }
p { color: rgb(254,219,210); }
H1.HeaderClassName
{
color: #FEDBD2;
}
.AnyTagClassName
{
color: #FEDBD2;
}
</style>
background-color css
<style>
a { background-color: #FEDBD2; }
a { background-color: rgb(254,219,210); }
div.DivClassName
{
background-color: #FEDBD2;
}
.BgClassName
{
background-color: #FEDBD2;
}
</style>
border-color css
<style>
span { border-color: #FEDBD2; }
span { border-color: rgb(254,219,210); }
td.TdClassName
{
border-color: #FEDBD2;
}
.TagClassName
{
border-color: #FEDBD2;
}
</style>