Shades of Pippin #FEDAD1
Tints of Pippin #FEDAD1
RGB
CMYK
RGB Variations
Color information
#FEDAD1 (or 0xFEDAD1) is known color: Pippin. HEX triplet: FE, DA and D1. RGB value is (254,218,209). Sum of RGB (Red+Green+Blue) = 254+218+209=681 (90% of max value = 765). Red value is 254 (99.61% from 255 or 37.30% from 681); Green value is 218 (85.55% from 255 or 32.01% from 681); Blue value is 209 (82.03% from 255 or 30.69% from 681); Max value from RGB is 254 - color contains mainly: red. Hex color #FEDAD1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEDAD1 is #01252E. Grayscale: #E3E3E3. Windows color (decimal): -75055 or 13753086. OLE color: 13753086.
HSL color Cylindrical-coordinate representation of color #FEDAD1: hue angle of 12º degrees, saturation: 0.96, lightness: 0.91%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #FEDAD1 is Cyan = 0, Magento = 0.14, Yellow = 0.18 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 218 | 209 | - |
| CMYK | 0 | 0.14 | 0.18 | 0.00 |
| HSL | 12º | 0.96% | 0.91% | - |
| HSV(B) | 12º | 0.18% | 1% | - |
| XYZ | 77.45 | 75.82 | 70.87 | - |
| YUV | 227.74 | 117.43 | 146.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 218 | 209 | 0 | 0.14 | 0.18 | 0.00 | 12 | 0.96 | 0.91 |
| Hex | FE | DA | D1 | 0 | E | 12 | 0 | C | 60 | 5B |
| Octal | 376 | 332 | 321 | 0 | 16 | 22 | 0 | 14 | 140 | 133 |
| Binary | 11111110 | 11011010 | 11010001 | 0 | 1110 | 10010 | 0 | 1100 | 1100000 | 1011011 |
Color Harmonies of #FEDAD1
Complementary color
Monochromatic Colors of #FEDAD1
Black with #FEDAD1
Text Example
Text Example
White with #FEDAD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEDAD1; }
p { color: rgb(254,218,209); }
H1.HeaderClassName
{
color: #FEDAD1;
}
.AnyTagClassName
{
color: #FEDAD1;
}
</style>
background-color css
<style>
a { background-color: #FEDAD1; }
a { background-color: rgb(254,218,209); }
div.DivClassName
{
background-color: #FEDAD1;
}
.BgClassName
{
background-color: #FEDAD1;
}
</style>
border-color css
<style>
span { border-color: #FEDAD1; }
span { border-color: rgb(254,218,209); }
td.TdClassName
{
border-color: #FEDAD1;
}
.TagClassName
{
border-color: #FEDAD1;
}
</style>