Shades of We Peep #FFD7D9
Tints of We Peep #FFD7D9
RGB
CMYK
RGB Variations
Color information
#FFD7D9 (or 0xFFD7D9) is known color: We Peep. HEX triplet: FF, D7 and D9. RGB value is (255,215,217). Sum of RGB (Red+Green+Blue) = 255+215+217=687 (90% of max value = 765). Red value is 255 (100% from 255 or 37.12% from 687); Green value is 215 (84.38% from 255 or 31.30% from 687); Blue value is 217 (85.16% from 255 or 31.59% from 687); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD7D9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFD7D9 is #002826. Grayscale: #E3E3E3. Windows color (decimal): -10279 or 14276607. OLE color: 14276607.
HSL color Cylindrical-coordinate representation of color #FFD7D9: hue angle of 357º degrees, saturation: 1, lightness: 0.92%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #FFD7D9 is Cyan = 0, Magento = 0.16, Yellow = 0.15 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 215 | 217 | - |
| CMYK | 0 | 0.16 | 0.15 | 0 |
| HSL | 357º | 1% | 0.92% | - |
| HSV(B) | 357º | 0.16% | 1% | - |
| XYZ | 78.06 | 74.87 | 75.98 | - |
| YUV | 227.19 | 122.25 | 147.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 215 | 217 | 0 | 0.16 | 0.15 | 0 | 357 | 1 | 0.92 |
| Hex | FF | D7 | D9 | 0 | 10 | F | 0 | 165 | 64 | 5C |
| Octal | 377 | 327 | 331 | 0 | 20 | 17 | 0 | 545 | 144 | 134 |
| Binary | 11111111 | 11010111 | 11011001 | 0 | 10000 | 1111 | 0 | 101100101 | 1100100 | 1011100 |
Color Harmonies of #FFD7D9
Complementary color
Monochromatic Colors of #FFD7D9
Black with #FFD7D9
Text Example
Text Example
White with #FFD7D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFD7D9; }
p { color: rgb(255,215,217); }
H1.HeaderClassName
{
color: #FFD7D9;
}
.AnyTagClassName
{
color: #FFD7D9;
}
</style>
background-color css
<style>
a { background-color: #FFD7D9; }
a { background-color: rgb(255,215,217); }
div.DivClassName
{
background-color: #FFD7D9;
}
.BgClassName
{
background-color: #FFD7D9;
}
</style>
border-color css
<style>
span { border-color: #FFD7D9; }
span { border-color: rgb(255,215,217); }
td.TdClassName
{
border-color: #FFD7D9;
}
.TagClassName
{
border-color: #FFD7D9;
}
</style>