Shades of We Peep #FFD7D8
Tints of We Peep #FFD7D8
RGB
CMYK
RGB Variations
Color information
#FFD7D8 (or 0xFFD7D8) is known color: We Peep. HEX triplet: FF, D7 and D8. RGB value is (255,215,216). Sum of RGB (Red+Green+Blue) = 255+215+216=686 (90% of max value = 765). Red value is 255 (100% from 255 or 37.17% from 686); Green value is 215 (84.38% from 255 or 31.34% from 686); Blue value is 216 (84.77% from 255 or 31.49% from 686); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD7D8 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFD7D8 is #002827. Grayscale: #E3E3E3. Windows color (decimal): -10280 or 14211071. OLE color: 14211071.
HSL color Cylindrical-coordinate representation of color #FFD7D8: hue angle of 358.5º 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 #FFD7D8 is Cyan = 0, Magento = 0.16, Yellow = 0.15 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 215 | 216 | - |
| CMYK | 0 | 0.16 | 0.15 | 0 |
| HSL | 358.5º | 1% | 0.92% | - |
| HSV(B) | 358.5º | 0.16% | 1% | - |
| XYZ | 77.94 | 74.82 | 75.3 | - |
| YUV | 227.07 | 121.75 | 147.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 215 | 216 | 0 | 0.16 | 0.15 | 0 | 358.5 | 1 | 0.92 |
| Hex | FF | D7 | D8 | 0 | 10 | F | 0 | 166 | 64 | 5C |
| Octal | 377 | 327 | 330 | 0 | 20 | 17 | 0 | 546 | 144 | 134 |
| Binary | 11111111 | 11010111 | 11011000 | 0 | 10000 | 1111 | 0 | 101100110 | 1100100 | 1011100 |
Color Harmonies of #FFD7D8
Complementary color
Monochromatic Colors of #FFD7D8
Black with #FFD7D8
Text Example
Text Example
White with #FFD7D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFD7D8; }
p { color: rgb(255,215,216); }
H1.HeaderClassName
{
color: #FFD7D8;
}
.AnyTagClassName
{
color: #FFD7D8;
}
</style>
background-color css
<style>
a { background-color: #FFD7D8; }
a { background-color: rgb(255,215,216); }
div.DivClassName
{
background-color: #FFD7D8;
}
.BgClassName
{
background-color: #FFD7D8;
}
</style>
border-color css
<style>
span { border-color: #FFD7D8; }
span { border-color: rgb(255,215,216); }
td.TdClassName
{
border-color: #FFD7D8;
}
.TagClassName
{
border-color: #FFD7D8;
}
</style>