Shades of We Peep #FFD1D7
Tints of We Peep #FFD1D7
RGB
CMYK
RGB Variations
Color information
#FFD1D7 (or 0xFFD1D7) is known color: We Peep. HEX triplet: FF, D1 and D7. RGB value is (255,209,215). Sum of RGB (Red+Green+Blue) = 255+209+215=679 (89% of max value = 765). Red value is 255 (100% from 255 or 37.56% from 679); Green value is 209 (82.03% from 255 or 30.78% from 679); Blue value is 215 (84.38% from 255 or 31.66% from 679); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD1D7 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFD1D7 is #002E28. Grayscale: #DFDFDF. Windows color (decimal): -11817 or 14143999. OLE color: 14143999.
HSL color Cylindrical-coordinate representation of color #FFD1D7: hue angle of 352.17º 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 #FFD1D7 is Cyan = 0, Magento = 0.18, Yellow = 0.16 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 209 | 215 | - |
| CMYK | 0 | 0.18 | 0.16 | 0 |
| HSL | 352.17º | 1% | 0.91% | - |
| HSV(B) | 352.17º | 0.18% | 1% | - |
| XYZ | 76.31 | 71.77 | 74.12 | - |
| YUV | 223.44 | 123.24 | 150.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 209 | 215 | 0 | 0.18 | 0.16 | 0 | 352.17 | 1 | 0.91 |
| Hex | FF | D1 | D7 | 0 | 12 | 10 | 0 | 160 | 64 | 5B |
| Octal | 377 | 321 | 327 | 0 | 22 | 20 | 0 | 540 | 144 | 133 |
| Binary | 11111111 | 11010001 | 11010111 | 0 | 10010 | 10000 | 0 | 101100000 | 1100100 | 1011011 |
Color Harmonies of #FFD1D7
Complementary color
Monochromatic Colors of #FFD1D7
Black with #FFD1D7
Text Example
Text Example
White with #FFD1D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFD1D7; }
p { color: rgb(255,209,215); }
H1.HeaderClassName
{
color: #FFD1D7;
}
.AnyTagClassName
{
color: #FFD1D7;
}
</style>
background-color css
<style>
a { background-color: #FFD1D7; }
a { background-color: rgb(255,209,215); }
div.DivClassName
{
background-color: #FFD1D7;
}
.BgClassName
{
background-color: #FFD1D7;
}
</style>
border-color css
<style>
span { border-color: #FFD1D7; }
span { border-color: rgb(255,209,215); }
td.TdClassName
{
border-color: #FFD1D7;
}
.TagClassName
{
border-color: #FFD1D7;
}
</style>