Shades of Pippin #FEDAD3
Tints of Pippin #FEDAD3
RGB
CMYK
RGB Variations
Color information
#FEDAD3 (or 0xFEDAD3) is known color: Pippin. HEX triplet: FE, DA and D3. RGB value is (254,218,211). Sum of RGB (Red+Green+Blue) = 254+218+211=683 (90% of max value = 765). Red value is 254 (99.61% from 255 or 37.19% from 683); Green value is 218 (85.55% from 255 or 31.92% from 683); Blue value is 211 (82.81% from 255 or 30.89% from 683); Max value from RGB is 254 - color contains mainly: red. Hex color #FEDAD3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEDAD3 is #01252C. Grayscale: #E4E4E4. Windows color (decimal): -75053 or 13884158. OLE color: 13884158.
HSL color Cylindrical-coordinate representation of color #FEDAD3: hue angle of 9.77º 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 #FEDAD3 is Cyan = 0, Magento = 0.14, Yellow = 0.17 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 218 | 211 | - |
| CMYK | 0 | 0.14 | 0.17 | 0.00 |
| HSL | 9.77º | 0.96% | 0.91% | - |
| HSV(B) | 9.77º | 0.17% | 1% | - |
| XYZ | 77.7 | 75.92 | 72.19 | - |
| YUV | 227.97 | 118.43 | 146.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 218 | 211 | 0 | 0.14 | 0.17 | 0.00 | 9.77 | 0.96 | 0.91 |
| Hex | FE | DA | D3 | 0 | E | 11 | 0 | A | 60 | 5B |
| Octal | 376 | 332 | 323 | 0 | 16 | 21 | 0 | 12 | 140 | 133 |
| Binary | 11111110 | 11011010 | 11010011 | 0 | 1110 | 10001 | 0 | 1010 | 1100000 | 1011011 |
Color Harmonies of #FEDAD3
Complementary color
Monochromatic Colors of #FEDAD3
Black with #FEDAD3
Text Example
Text Example
White with #FEDAD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEDAD3; }
p { color: rgb(254,218,211); }
H1.HeaderClassName
{
color: #FEDAD3;
}
.AnyTagClassName
{
color: #FEDAD3;
}
</style>
background-color css
<style>
a { background-color: #FEDAD3; }
a { background-color: rgb(254,218,211); }
div.DivClassName
{
background-color: #FEDAD3;
}
.BgClassName
{
background-color: #FEDAD3;
}
</style>
border-color css
<style>
span { border-color: #FEDAD3; }
span { border-color: rgb(254,218,211); }
td.TdClassName
{
border-color: #FEDAD3;
}
.TagClassName
{
border-color: #FEDAD3;
}
</style>