Shades of We Peep #FFD0D5
Tints of We Peep #FFD0D5
RGB
CMYK
RGB Variations
Color information
#FFD0D5 (or 0xFFD0D5) is known color: We Peep. HEX triplet: FF, D0 and D5. RGB value is (255,208,213). Sum of RGB (Red+Green+Blue) = 255+208+213=676 (89% of max value = 765). Red value is 255 (100% from 255 or 37.72% from 676); Green value is 208 (81.64% from 255 or 30.77% from 676); Blue value is 213 (83.59% from 255 or 31.51% from 676); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD0D5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFD0D5 is #002F2A. Grayscale: #DEDEDE. Windows color (decimal): -12075 or 14012671. OLE color: 14012671.
HSL color Cylindrical-coordinate representation of color #FFD0D5: hue angle of 353.62º 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 #FFD0D5 is Cyan = 0, Magento = 0.18, Yellow = 0.16 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 208 | 213 | - |
| CMYK | 0 | 0.18 | 0.16 | 0 |
| HSL | 353.62º | 1% | 0.91% | - |
| HSV(B) | 353.62º | 0.18% | 1% | - |
| XYZ | 75.81 | 71.18 | 72.69 | - |
| YUV | 222.62 | 122.57 | 151.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 208 | 213 | 0 | 0.18 | 0.16 | 0 | 353.62 | 1 | 0.91 |
| Hex | FF | D0 | D5 | 0 | 12 | 10 | 0 | 162 | 64 | 5B |
| Octal | 377 | 320 | 325 | 0 | 22 | 20 | 0 | 542 | 144 | 133 |
| Binary | 11111111 | 11010000 | 11010101 | 0 | 10010 | 10000 | 0 | 101100010 | 1100100 | 1011011 |
Color Harmonies of #FFD0D5
Complementary color
Monochromatic Colors of #FFD0D5
Black with #FFD0D5
Text Example
Text Example
White with #FFD0D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFD0D5; }
p { color: rgb(255,208,213); }
H1.HeaderClassName
{
color: #FFD0D5;
}
.AnyTagClassName
{
color: #FFD0D5;
}
</style>
background-color css
<style>
a { background-color: #FFD0D5; }
a { background-color: rgb(255,208,213); }
div.DivClassName
{
background-color: #FFD0D5;
}
.BgClassName
{
background-color: #FFD0D5;
}
</style>
border-color css
<style>
span { border-color: #FFD0D5; }
span { border-color: rgb(255,208,213); }
td.TdClassName
{
border-color: #FFD0D5;
}
.TagClassName
{
border-color: #FFD0D5;
}
</style>