Shades of We Peep #FFD4D5
Tints of We Peep #FFD4D5
RGB
CMYK
RGB Variations
Color information
#FFD4D5 (or 0xFFD4D5) is known color: We Peep. HEX triplet: FF, D4 and D5. RGB value is (255,212,213). Sum of RGB (Red+Green+Blue) = 255+212+213=680 (90% of max value = 765). Red value is 255 (100% from 255 or 37.5% from 680); Green value is 212 (83.20% from 255 or 31.18% from 680); Blue value is 213 (83.59% from 255 or 31.32% from 680); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD4D5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFD4D5 is #002B2A. Grayscale: #E1E1E1. Windows color (decimal): -11051 or 14013695. OLE color: 14013695.
HSL color Cylindrical-coordinate representation of color #FFD4D5: hue angle of 358.6º degrees, saturation: 1, lightness: 0.92%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #FFD4D5 is Cyan = 0, Magento = 0.17, Yellow = 0.16 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 212 | 213 | - |
| CMYK | 0 | 0.17 | 0.16 | 0 |
| HSL | 358.6º | 1% | 0.92% | - |
| HSV(B) | 358.6º | 0.17% | 1% | - |
| XYZ | 76.79 | 73.15 | 73.02 | - |
| YUV | 224.97 | 121.25 | 149.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 212 | 213 | 0 | 0.17 | 0.16 | 0 | 358.6 | 1 | 0.92 |
| Hex | FF | D4 | D5 | 0 | 11 | 10 | 0 | 167 | 64 | 5C |
| Octal | 377 | 324 | 325 | 0 | 21 | 20 | 0 | 547 | 144 | 134 |
| Binary | 11111111 | 11010100 | 11010101 | 0 | 10001 | 10000 | 0 | 101100111 | 1100100 | 1011100 |
Color Harmonies of #FFD4D5
Complementary color
Monochromatic Colors of #FFD4D5
Black with #FFD4D5
Text Example
Text Example
White with #FFD4D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFD4D5; }
p { color: rgb(255,212,213); }
H1.HeaderClassName
{
color: #FFD4D5;
}
.AnyTagClassName
{
color: #FFD4D5;
}
</style>
background-color css
<style>
a { background-color: #FFD4D5; }
a { background-color: rgb(255,212,213); }
div.DivClassName
{
background-color: #FFD4D5;
}
.BgClassName
{
background-color: #FFD4D5;
}
</style>
border-color css
<style>
span { border-color: #FFD4D5; }
span { border-color: rgb(255,212,213); }
td.TdClassName
{
border-color: #FFD4D5;
}
.TagClassName
{
border-color: #FFD4D5;
}
</style>