Shades of Pippin #FEDFD2
Tints of Pippin #FEDFD2
RGB
CMYK
RGB Variations
Color information
#FEDFD2 (or 0xFEDFD2) is known color: Pippin. HEX triplet: FE, DF and D2. RGB value is (254,223,210). Sum of RGB (Red+Green+Blue) = 254+223+210=687 (90% of max value = 765). Red value is 254 (99.61% from 255 or 36.97% from 687); Green value is 223 (87.5% from 255 or 32.46% from 687); Blue value is 210 (82.42% from 255 or 30.57% from 687); Max value from RGB is 254 - color contains mainly: red. Hex color #FEDFD2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEDFD2 is #01202D. Grayscale: #E6E6E6. Windows color (decimal): -73774 or 13819902. OLE color: 13819902.
HSL color Cylindrical-coordinate representation of color #FEDFD2: hue angle of 17.73º 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 #FEDFD2 is Cyan = 0, Magento = 0.12, Yellow = 0.17 and Black (K on CMYK) = 0.00.
Color convert
RGB | 254 | 223 | 210 | - |
CMYK | 0 | 0.12 | 0.17 | 0.00 |
HSL | 17.73º | 0.96% | 0.91% | - |
HSV(B) | 17.73º | 0.17% | 1% | - |
XYZ | 78.89 | 78.5 | 71.97 | - |
YUV | 230.79 | 116.27 | 144.56 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 254 | 223 | 210 | 0 | 0.12 | 0.17 | 0.00 | 17.73 | 0.96 | 0.91 |
Hex | FE | DF | D2 | 0 | C | 11 | 0 | 12 | 60 | 5B |
Octal | 376 | 337 | 322 | 0 | 14 | 21 | 0 | 22 | 140 | 133 |
Binary | 11111110 | 11011111 | 11010010 | 0 | 1100 | 10001 | 0 | 10010 | 1100000 | 1011011 |
Color Harmonies of #FEDFD2
Complementary color
Monochromatic Colors of #FEDFD2
Black with #FEDFD2
Text Example
Text Example
White with #FEDFD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEDFD2; }
p { color: rgb(254,223,210); }
H1.HeaderClassName
{
color: #FEDFD2;
}
.AnyTagClassName
{
color: #FEDFD2;
}
</style>
background-color css
<style>
a { background-color: #FEDFD2; }
a { background-color: rgb(254,223,210); }
div.DivClassName
{
background-color: #FEDFD2;
}
.BgClassName
{
background-color: #FEDFD2;
}
</style>
border-color css
<style>
span { border-color: #FEDFD2; }
span { border-color: rgb(254,223,210); }
td.TdClassName
{
border-color: #FEDFD2;
}
.TagClassName
{
border-color: #FEDFD2;
}
</style>