Shades of We Peep #FFD0D7
Tints of We Peep #FFD0D7
RGB
CMYK
RGB Variations
Color information
#FFD0D7 (or 0xFFD0D7) is known color: We Peep. HEX triplet: FF, D0 and D7. RGB value is (255,208,215). Sum of RGB (Red+Green+Blue) = 255+208+215=678 (89% of max value = 765). Red value is 255 (100% from 255 or 37.61% from 678); Green value is 208 (81.64% from 255 or 30.68% from 678); Blue value is 215 (84.38% from 255 or 31.71% from 678); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD0D7 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFD0D7 is #002F28. Grayscale: #DEDEDE. Windows color (decimal): -12073 or 14143743. OLE color: 14143743.
HSL color Cylindrical-coordinate representation of color #FFD0D7: hue angle of 351.06º degrees, saturation: 1, lightness: 0.91%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #FFD0D7 is Cyan = 0, Magento = 0.18, Yellow = 0.16 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 208 | 215 | - |
| CMYK | 0 | 0.18 | 0.16 | 0 |
| HSL | 351.06º | 1% | 0.91% | - |
| HSV(B) | 351.06º | 0.18% | 1% | - |
| XYZ | 76.06 | 71.28 | 74.04 | - |
| YUV | 222.85 | 123.57 | 150.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 208 | 215 | 0 | 0.18 | 0.16 | 0 | 351.06 | 1 | 0.91 |
| Hex | FF | D0 | D7 | 0 | 12 | 10 | 0 | 15F | 64 | 5B |
| Octal | 377 | 320 | 327 | 0 | 22 | 20 | 0 | 537 | 144 | 133 |
| Binary | 11111111 | 11010000 | 11010111 | 0 | 10010 | 10000 | 0 | 101011111 | 1100100 | 1011011 |
Color Harmonies of #FFD0D7
Complementary color
Monochromatic Colors of #FFD0D7
Black with #FFD0D7
Text Example
Text Example
White with #FFD0D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFD0D7; }
p { color: rgb(255,208,215); }
H1.HeaderClassName
{
color: #FFD0D7;
}
.AnyTagClassName
{
color: #FFD0D7;
}
</style>
background-color css
<style>
a { background-color: #FFD0D7; }
a { background-color: rgb(255,208,215); }
div.DivClassName
{
background-color: #FFD0D7;
}
.BgClassName
{
background-color: #FFD0D7;
}
</style>
border-color css
<style>
span { border-color: #FFD0D7; }
span { border-color: rgb(255,208,215); }
td.TdClassName
{
border-color: #FFD0D7;
}
.TagClassName
{
border-color: #FFD0D7;
}
</style>