Shades of Pippin #FEDDD2
Tints of Pippin #FEDDD2
RGB
CMYK
RGB Variations
Color information
#FEDDD2 (or 0xFEDDD2) is known color: Pippin. HEX triplet: FE, DD and D2. RGB value is (254,221,210). Sum of RGB (Red+Green+Blue) = 254+221+210=685 (90% of max value = 765). Red value is 254 (99.61% from 255 or 37.08% from 685); Green value is 221 (86.72% from 255 or 32.26% from 685); Blue value is 210 (82.42% from 255 or 30.66% from 685); Max value from RGB is 254 - color contains mainly: red. Hex color #FEDDD2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEDDD2 is #01222D. Grayscale: #E5E5E5. Windows color (decimal): -74286 or 13819390. OLE color: 13819390.
HSL color Cylindrical-coordinate representation of color #FEDDD2: hue angle of 15º 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 #FEDDD2 is Cyan = 0, Magento = 0.13, Yellow = 0.17 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 221 | 210 | - |
| CMYK | 0 | 0.13 | 0.17 | 0.00 |
| HSL | 15º | 0.96% | 0.91% | - |
| HSV(B) | 15º | 0.17% | 1% | - |
| XYZ | 78.36 | 77.44 | 71.79 | - |
| YUV | 229.61 | 116.93 | 145.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 221 | 210 | 0 | 0.13 | 0.17 | 0.00 | 15 | 0.96 | 0.91 |
| Hex | FE | DD | D2 | 0 | D | 11 | 0 | F | 60 | 5B |
| Octal | 376 | 335 | 322 | 0 | 15 | 21 | 0 | 17 | 140 | 133 |
| Binary | 11111110 | 11011101 | 11010010 | 0 | 1101 | 10001 | 0 | 1111 | 1100000 | 1011011 |
Color Harmonies of #FEDDD2
Complementary color
Monochromatic Colors of #FEDDD2
Black with #FEDDD2
Text Example
Text Example
White with #FEDDD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEDDD2; }
p { color: rgb(254,221,210); }
H1.HeaderClassName
{
color: #FEDDD2;
}
.AnyTagClassName
{
color: #FEDDD2;
}
</style>
background-color css
<style>
a { background-color: #FEDDD2; }
a { background-color: rgb(254,221,210); }
div.DivClassName
{
background-color: #FEDDD2;
}
.BgClassName
{
background-color: #FEDDD2;
}
</style>
border-color css
<style>
span { border-color: #FEDDD2; }
span { border-color: rgb(254,221,210); }
td.TdClassName
{
border-color: #FEDDD2;
}
.TagClassName
{
border-color: #FEDDD2;
}
</style>