Shades of Pippin #FEDDCF
Tints of Pippin #FEDDCF
RGB
CMYK
RGB Variations
Color information
#FEDDCF (or 0xFEDDCF) is known color: Pippin. HEX triplet: FE, DD and CF. RGB value is (254,221,207). Sum of RGB (Red+Green+Blue) = 254+221+207=682 (90% of max value = 765). Red value is 254 (99.61% from 255 or 37.24% from 682); Green value is 221 (86.72% from 255 or 32.40% from 682); Blue value is 207 (81.25% from 255 or 30.35% from 682); Max value from RGB is 254 - color contains mainly: red. Hex color #FEDDCF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEDDCF is #012230. Grayscale: #E5E5E5. Windows color (decimal): -74289 or 13622782. OLE color: 13622782.
HSL color Cylindrical-coordinate representation of color #FEDDCF: hue angle of 17.87º 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 #FEDDCF is Cyan = 0, Magento = 0.13, Yellow = 0.19 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 221 | 207 | - |
| CMYK | 0 | 0.13 | 0.19 | 0.00 |
| HSL | 17.87º | 0.96% | 0.9% | - |
| HSV(B) | 17.87º | 0.19% | 1% | - |
| XYZ | 77.99 | 77.29 | 69.84 | - |
| YUV | 229.27 | 115.43 | 145.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 221 | 207 | 0 | 0.13 | 0.19 | 0.00 | 17.87 | 0.96 | 0.9 |
| Hex | FE | DD | CF | 0 | D | 13 | 0 | 12 | 60 | 5A |
| Octal | 376 | 335 | 317 | 0 | 15 | 23 | 0 | 22 | 140 | 132 |
| Binary | 11111110 | 11011101 | 11001111 | 0 | 1101 | 10011 | 0 | 10010 | 1100000 | 1011010 |
Color Harmonies of #FEDDCF
Complementary color
Monochromatic Colors of #FEDDCF
Black with #FEDDCF
Text Example
Text Example
White with #FEDDCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEDDCF; }
p { color: rgb(254,221,207); }
H1.HeaderClassName
{
color: #FEDDCF;
}
.AnyTagClassName
{
color: #FEDDCF;
}
</style>
background-color css
<style>
a { background-color: #FEDDCF; }
a { background-color: rgb(254,221,207); }
div.DivClassName
{
background-color: #FEDDCF;
}
.BgClassName
{
background-color: #FEDDCF;
}
</style>
border-color css
<style>
span { border-color: #FEDDCF; }
span { border-color: rgb(254,221,207); }
td.TdClassName
{
border-color: #FEDDCF;
}
.TagClassName
{
border-color: #FEDDCF;
}
</style>