Shades of Pippin #FEDAD2
Tints of Pippin #FEDAD2
RGB
CMYK
RGB Variations
Color information
#FEDAD2 (or 0xFEDAD2) is known color: Pippin. HEX triplet: FE, DA and D2. RGB value is (254,218,210). Sum of RGB (Red+Green+Blue) = 254+218+210=682 (90% of max value = 765). Red value is 254 (99.61% from 255 or 37.24% from 682); Green value is 218 (85.55% from 255 or 31.96% from 682); Blue value is 210 (82.42% from 255 or 30.79% from 682); Max value from RGB is 254 - color contains mainly: red. Hex color #FEDAD2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEDAD2 is #01252D. Grayscale: #E3E3E3. Windows color (decimal): -75054 or 13818622. OLE color: 13818622.
HSL color Cylindrical-coordinate representation of color #FEDAD2: hue angle of 10.91º 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 #FEDAD2 is Cyan = 0, Magento = 0.14, Yellow = 0.17 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 218 | 210 | - |
| CMYK | 0 | 0.14 | 0.17 | 0.00 |
| HSL | 10.91º | 0.96% | 0.91% | - |
| HSV(B) | 10.91º | 0.17% | 1% | - |
| XYZ | 77.58 | 75.87 | 71.53 | - |
| YUV | 227.85 | 117.93 | 146.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 218 | 210 | 0 | 0.14 | 0.17 | 0.00 | 10.91 | 0.96 | 0.91 |
| Hex | FE | DA | D2 | 0 | E | 11 | 0 | B | 60 | 5B |
| Octal | 376 | 332 | 322 | 0 | 16 | 21 | 0 | 13 | 140 | 133 |
| Binary | 11111110 | 11011010 | 11010010 | 0 | 1110 | 10001 | 0 | 1011 | 1100000 | 1011011 |
Color Harmonies of #FEDAD2
Complementary color
Monochromatic Colors of #FEDAD2
Black with #FEDAD2
Text Example
Text Example
White with #FEDAD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEDAD2; }
p { color: rgb(254,218,210); }
H1.HeaderClassName
{
color: #FEDAD2;
}
.AnyTagClassName
{
color: #FEDAD2;
}
</style>
background-color css
<style>
a { background-color: #FEDAD2; }
a { background-color: rgb(254,218,210); }
div.DivClassName
{
background-color: #FEDAD2;
}
.BgClassName
{
background-color: #FEDAD2;
}
</style>
border-color css
<style>
span { border-color: #FEDAD2; }
span { border-color: rgb(254,218,210); }
td.TdClassName
{
border-color: #FEDAD2;
}
.TagClassName
{
border-color: #FEDAD2;
}
</style>