Shades of Pippin #FEDED3
Tints of Pippin #FEDED3
RGB
CMYK
RGB Variations
Color information
#FEDED3 (or 0xFEDED3) is known color: Pippin. HEX triplet: FE, DE and D3. RGB value is (254,222,211). Sum of RGB (Red+Green+Blue) = 254+222+211=687 (90% of max value = 765). Red value is 254 (99.61% from 255 or 36.97% from 687); Green value is 222 (87.11% from 255 or 32.31% from 687); Blue value is 211 (82.81% from 255 or 30.71% from 687); Max value from RGB is 254 - color contains mainly: red. Hex color #FEDED3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEDED3 is #01212C. Grayscale: #E6E6E6. Windows color (decimal): -74029 or 13885182. OLE color: 13885182.
HSL color Cylindrical-coordinate representation of color #FEDED3: hue angle of 15.35º 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 #FEDED3 is Cyan = 0, Magento = 0.13, Yellow = 0.17 and Black (K on CMYK) = 0.00.
Color convert
RGB | 254 | 222 | 211 | - |
CMYK | 0 | 0.13 | 0.17 | 0.00 |
HSL | 15.35º | 0.96% | 0.91% | - |
HSV(B) | 15.35º | 0.17% | 1% | - |
XYZ | 78.75 | 78.02 | 72.54 | - |
YUV | 230.31 | 117.1 | 144.89 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 254 | 222 | 211 | 0 | 0.13 | 0.17 | 0.00 | 15.35 | 0.96 | 0.91 |
Hex | FE | DE | D3 | 0 | D | 11 | 0 | F | 60 | 5B |
Octal | 376 | 336 | 323 | 0 | 15 | 21 | 0 | 17 | 140 | 133 |
Binary | 11111110 | 11011110 | 11010011 | 0 | 1101 | 10001 | 0 | 1111 | 1100000 | 1011011 |
Color Harmonies of #FEDED3
Complementary color
Monochromatic Colors of #FEDED3
Black with #FEDED3
Text Example
Text Example
White with #FEDED3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEDED3; }
p { color: rgb(254,222,211); }
H1.HeaderClassName
{
color: #FEDED3;
}
.AnyTagClassName
{
color: #FEDED3;
}
</style>
background-color css
<style>
a { background-color: #FEDED3; }
a { background-color: rgb(254,222,211); }
div.DivClassName
{
background-color: #FEDED3;
}
.BgClassName
{
background-color: #FEDED3;
}
</style>
border-color css
<style>
span { border-color: #FEDED3; }
span { border-color: rgb(254,222,211); }
td.TdClassName
{
border-color: #FEDED3;
}
.TagClassName
{
border-color: #FEDED3;
}
</style>