Shades of Pippin #FED8CF
Tints of Pippin #FED8CF
RGB
CMYK
RGB Variations
Color information
#FED8CF (or 0xFED8CF) is known color: Pippin. HEX triplet: FE, D8 and CF. RGB value is (254,216,207). Sum of RGB (Red+Green+Blue) = 254+216+207=677 (89% of max value = 765). Red value is 254 (99.61% from 255 or 37.52% from 677); Green value is 216 (84.77% from 255 or 31.91% from 677); Blue value is 207 (81.25% from 255 or 30.58% from 677); Max value from RGB is 254 - color contains mainly: red. Hex color #FED8CF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FED8CF is #012730. Grayscale: #E2E2E2. Windows color (decimal): -75569 or 13621502. OLE color: 13621502.
HSL color Cylindrical-coordinate representation of color #FED8CF: hue angle of 11.49º degrees, saturation: 0.96, lightness: 0.9%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #FED8CF is Cyan = 0, Magento = 0.15, Yellow = 0.19 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 216 | 207 | - |
| CMYK | 0 | 0.15 | 0.19 | 0.00 |
| HSL | 11.49º | 0.96% | 0.9% | - |
| HSV(B) | 11.49º | 0.19% | 1% | - |
| XYZ | 76.69 | 74.69 | 69.41 | - |
| YUV | 226.34 | 117.09 | 147.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 216 | 207 | 0 | 0.15 | 0.19 | 0.00 | 11.49 | 0.96 | 0.9 |
| Hex | FE | D8 | CF | 0 | F | 13 | 0 | B | 60 | 5A |
| Octal | 376 | 330 | 317 | 0 | 17 | 23 | 0 | 13 | 140 | 132 |
| Binary | 11111110 | 11011000 | 11001111 | 0 | 1111 | 10011 | 0 | 1011 | 1100000 | 1011010 |
Color Harmonies of #FED8CF
Complementary color
Monochromatic Colors of #FED8CF
Black with #FED8CF
Text Example
Text Example
White with #FED8CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FED8CF; }
p { color: rgb(254,216,207); }
H1.HeaderClassName
{
color: #FED8CF;
}
.AnyTagClassName
{
color: #FED8CF;
}
</style>
background-color css
<style>
a { background-color: #FED8CF; }
a { background-color: rgb(254,216,207); }
div.DivClassName
{
background-color: #FED8CF;
}
.BgClassName
{
background-color: #FED8CF;
}
</style>
border-color css
<style>
span { border-color: #FED8CF; }
span { border-color: rgb(254,216,207); }
td.TdClassName
{
border-color: #FED8CF;
}
.TagClassName
{
border-color: #FED8CF;
}
</style>