Shades of Pippin #FEDDD3
Tints of Pippin #FEDDD3
RGB
CMYK
RGB Variations
Color information
#FEDDD3 (or 0xFEDDD3) is known color: Pippin. HEX triplet: FE, DD and D3. RGB value is (254,221,211). Sum of RGB (Red+Green+Blue) = 254+221+211=686 (90% of max value = 765). Red value is 254 (99.61% from 255 or 37.03% from 686); Green value is 221 (86.72% from 255 or 32.22% from 686); Blue value is 211 (82.81% from 255 or 30.76% from 686); Max value from RGB is 254 - color contains mainly: red. Hex color #FEDDD3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEDDD3 is #01222C. Grayscale: #E5E5E5. Windows color (decimal): -74285 or 13884926. OLE color: 13884926.
HSL color Cylindrical-coordinate representation of color #FEDDD3: hue angle of 13.95º 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 #FEDDD3 is Cyan = 0, Magento = 0.13, Yellow = 0.17 and Black (K on CMYK) = 0.00.
Color convert
RGB | 254 | 221 | 211 | - |
CMYK | 0 | 0.13 | 0.17 | 0.00 |
HSL | 13.95º | 0.96% | 0.91% | - |
HSV(B) | 13.95º | 0.17% | 1% | - |
XYZ | 78.49 | 77.49 | 72.45 | - |
YUV | 229.73 | 117.43 | 145.31 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 254 | 221 | 211 | 0 | 0.13 | 0.17 | 0.00 | 13.95 | 0.96 | 0.91 |
Hex | FE | DD | D3 | 0 | D | 11 | 0 | E | 60 | 5B |
Octal | 376 | 335 | 323 | 0 | 15 | 21 | 0 | 16 | 140 | 133 |
Binary | 11111110 | 11011101 | 11010011 | 0 | 1101 | 10001 | 0 | 1110 | 1100000 | 1011011 |
Color Harmonies of #FEDDD3
Complementary color
Monochromatic Colors of #FEDDD3
Black with #FEDDD3
Text Example
Text Example
White with #FEDDD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEDDD3; }
p { color: rgb(254,221,211); }
H1.HeaderClassName
{
color: #FEDDD3;
}
.AnyTagClassName
{
color: #FEDDD3;
}
</style>
background-color css
<style>
a { background-color: #FEDDD3; }
a { background-color: rgb(254,221,211); }
div.DivClassName
{
background-color: #FEDDD3;
}
.BgClassName
{
background-color: #FEDDD3;
}
</style>
border-color css
<style>
span { border-color: #FEDDD3; }
span { border-color: rgb(254,221,211); }
td.TdClassName
{
border-color: #FEDDD3;
}
.TagClassName
{
border-color: #FEDDD3;
}
</style>