Shades of We Peep #F8D1D5
Tints of We Peep #F8D1D5
RGB
CMYK
RGB Variations
Color information
#F8D1D5 (or 0xF8D1D5) is known color: We Peep. HEX triplet: F8, D1 and D5. RGB value is (248,209,213). Sum of RGB (Red+Green+Blue) = 248+209+213=670 (88% of max value = 765). Red value is 248 (97.27% from 255 or 37.01% from 670); Green value is 209 (82.03% from 255 or 31.19% from 670); Blue value is 213 (83.59% from 255 or 31.79% from 670); Max value from RGB is 248 - color contains mainly: red. Hex color #F8D1D5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F8D1D5 is #072E2A. Grayscale: #DDDDDD. Windows color (decimal): -470571 or 14012920. OLE color: 14012920.
HSL color Cylindrical-coordinate representation of color #F8D1D5: hue angle of 353.85º degrees, saturation: 0.74, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #F8D1D5 is Cyan = 0, Magento = 0.16, Yellow = 0.14 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 209 | 213 | - |
| CMYK | 0 | 0.16 | 0.14 | 0.03 |
| HSL | 353.85º | 0.74% | 0.9% | - |
| HSV(B) | 353.85º | 0.16% | 0.97% | - |
| XYZ | 73.52 | 70.36 | 72.66 | - |
| YUV | 221.12 | 123.42 | 147.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 209 | 213 | 0 | 0.16 | 0.14 | 0.03 | 353.85 | 0.74 | 0.9 |
| Hex | F8 | D1 | D5 | 0 | 10 | E | 3 | 162 | 4A | 5A |
| Octal | 370 | 321 | 325 | 0 | 20 | 16 | 3 | 542 | 112 | 132 |
| Binary | 11111000 | 11010001 | 11010101 | 0 | 10000 | 1110 | 11 | 101100010 | 1001010 | 1011010 |
Color Harmonies of #F8D1D5
Complementary color
Monochromatic Colors of #F8D1D5
Black with #F8D1D5
Text Example
Text Example
White with #F8D1D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8D1D5; }
p { color: rgb(248,209,213); }
H1.HeaderClassName
{
color: #F8D1D5;
}
.AnyTagClassName
{
color: #F8D1D5;
}
</style>
background-color css
<style>
a { background-color: #F8D1D5; }
a { background-color: rgb(248,209,213); }
div.DivClassName
{
background-color: #F8D1D5;
}
.BgClassName
{
background-color: #F8D1D5;
}
</style>
border-color css
<style>
span { border-color: #F8D1D5; }
span { border-color: rgb(248,209,213); }
td.TdClassName
{
border-color: #F8D1D5;
}
.TagClassName
{
border-color: #F8D1D5;
}
</style>