Shades of We Peep #FFD5D9
Tints of We Peep #FFD5D9
RGB
CMYK
RGB Variations
Color information
#FFD5D9 (or 0xFFD5D9) is known color: We Peep. HEX triplet: FF, D5 and D9. RGB value is (255,213,217). Sum of RGB (Red+Green+Blue) = 255+213+217=685 (90% of max value = 765). Red value is 255 (100% from 255 or 37.23% from 685); Green value is 213 (83.59% from 255 or 31.09% from 685); Blue value is 217 (85.16% from 255 or 31.68% from 685); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD5D9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFD5D9 is #002A26. Grayscale: #E2E2E2. Windows color (decimal): -10791 or 14276095. OLE color: 14276095.
HSL color Cylindrical-coordinate representation of color #FFD5D9: hue angle of 354.29º 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 #FFD5D9 is Cyan = 0, Magento = 0.16, Yellow = 0.15 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 213 | 217 | - |
| CMYK | 0 | 0.16 | 0.15 | 0 |
| HSL | 354.29º | 1% | 0.92% | - |
| HSV(B) | 354.29º | 0.16% | 1% | - |
| XYZ | 77.56 | 73.86 | 75.81 | - |
| YUV | 226.01 | 122.91 | 148.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 213 | 217 | 0 | 0.16 | 0.15 | 0 | 354.29 | 1 | 0.92 |
| Hex | FF | D5 | D9 | 0 | 10 | F | 0 | 162 | 64 | 5C |
| Octal | 377 | 325 | 331 | 0 | 20 | 17 | 0 | 542 | 144 | 134 |
| Binary | 11111111 | 11010101 | 11011001 | 0 | 10000 | 1111 | 0 | 101100010 | 1100100 | 1011100 |
Color Harmonies of #FFD5D9
Complementary color
Monochromatic Colors of #FFD5D9
Black with #FFD5D9
Text Example
Text Example
White with #FFD5D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFD5D9; }
p { color: rgb(255,213,217); }
H1.HeaderClassName
{
color: #FFD5D9;
}
.AnyTagClassName
{
color: #FFD5D9;
}
</style>
background-color css
<style>
a { background-color: #FFD5D9; }
a { background-color: rgb(255,213,217); }
div.DivClassName
{
background-color: #FFD5D9;
}
.BgClassName
{
background-color: #FFD5D9;
}
</style>
border-color css
<style>
span { border-color: #FFD5D9; }
span { border-color: rgb(255,213,217); }
td.TdClassName
{
border-color: #FFD5D9;
}
.TagClassName
{
border-color: #FFD5D9;
}
</style>