Shades of We Peep #FFD8D9
Tints of We Peep #FFD8D9
RGB
CMYK
RGB Variations
Color information
#FFD8D9 (or 0xFFD8D9) is known color: We Peep. HEX triplet: FF, D8 and D9. RGB value is (255,216,217). Sum of RGB (Red+Green+Blue) = 255+216+217=688 (91% of max value = 765). Red value is 255 (100% from 255 or 37.06% from 688); Green value is 216 (84.77% from 255 or 31.40% from 688); Blue value is 217 (85.16% from 255 or 31.54% from 688); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD8D9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFD8D9 is #002726. Grayscale: #E3E3E3. Windows color (decimal): -10023 or 14276863. OLE color: 14276863.
HSL color Cylindrical-coordinate representation of color #FFD8D9: hue angle of 358.46º degrees, saturation: 1, lightness: 0.92%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #FFD8D9 is Cyan = 0, Magento = 0.15, Yellow = 0.15 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 216 | 217 | - |
| CMYK | 0 | 0.15 | 0.15 | 0 |
| HSL | 358.46º | 1% | 0.92% | - |
| HSV(B) | 358.46º | 0.15% | 1% | - |
| XYZ | 78.32 | 75.38 | 76.07 | - |
| YUV | 227.78 | 121.92 | 147.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 216 | 217 | 0 | 0.15 | 0.15 | 0 | 358.46 | 1 | 0.92 |
| Hex | FF | D8 | D9 | 0 | F | F | 0 | 166 | 64 | 5C |
| Octal | 377 | 330 | 331 | 0 | 17 | 17 | 0 | 546 | 144 | 134 |
| Binary | 11111111 | 11011000 | 11011001 | 0 | 1111 | 1111 | 0 | 101100110 | 1100100 | 1011100 |
Color Harmonies of #FFD8D9
Complementary color
Monochromatic Colors of #FFD8D9
Black with #FFD8D9
Text Example
Text Example
White with #FFD8D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFD8D9; }
p { color: rgb(255,216,217); }
H1.HeaderClassName
{
color: #FFD8D9;
}
.AnyTagClassName
{
color: #FFD8D9;
}
</style>
background-color css
<style>
a { background-color: #FFD8D9; }
a { background-color: rgb(255,216,217); }
div.DivClassName
{
background-color: #FFD8D9;
}
.BgClassName
{
background-color: #FFD8D9;
}
</style>
border-color css
<style>
span { border-color: #FFD8D9; }
span { border-color: rgb(255,216,217); }
td.TdClassName
{
border-color: #FFD8D9;
}
.TagClassName
{
border-color: #FFD8D9;
}
</style>