Shades of We Peep #F8D6D8
Tints of We Peep #F8D6D8
RGB
CMYK
RGB Variations
Color information
#F8D6D8 (or 0xF8D6D8) is known color: We Peep. HEX triplet: F8, D6 and D8. RGB value is (248,214,216). Sum of RGB (Red+Green+Blue) = 248+214+216=678 (89% of max value = 765). Red value is 248 (97.27% from 255 or 36.58% from 678); Green value is 214 (83.98% from 255 or 31.56% from 678); Blue value is 216 (84.77% from 255 or 31.86% from 678); Max value from RGB is 248 - color contains mainly: red. Hex color #F8D6D8 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F8D6D8 is #072927. Grayscale: #E0E0E0. Windows color (decimal): -469288 or 14210808. OLE color: 14210808.
HSL color Cylindrical-coordinate representation of color #F8D6D8: hue angle of 356.47º degrees, saturation: 0.71, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #F8D6D8 is Cyan = 0, Magento = 0.14, Yellow = 0.13 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 214 | 216 | - |
| CMYK | 0 | 0.14 | 0.13 | 0.03 |
| HSL | 356.47º | 0.71% | 0.91% | - |
| HSV(B) | 356.47º | 0.14% | 0.97% | - |
| XYZ | 75.15 | 73.01 | 75.1 | - |
| YUV | 224.39 | 123.26 | 144.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 214 | 216 | 0 | 0.14 | 0.13 | 0.03 | 356.47 | 0.71 | 0.91 |
| Hex | F8 | D6 | D8 | 0 | E | D | 3 | 164 | 47 | 5B |
| Octal | 370 | 326 | 330 | 0 | 16 | 15 | 3 | 544 | 107 | 133 |
| Binary | 11111000 | 11010110 | 11011000 | 0 | 1110 | 1101 | 11 | 101100100 | 1000111 | 1011011 |
Color Harmonies of #F8D6D8
Complementary color
Monochromatic Colors of #F8D6D8
Black with #F8D6D8
Text Example
Text Example
White with #F8D6D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8D6D8; }
p { color: rgb(248,214,216); }
H1.HeaderClassName
{
color: #F8D6D8;
}
.AnyTagClassName
{
color: #F8D6D8;
}
</style>
background-color css
<style>
a { background-color: #F8D6D8; }
a { background-color: rgb(248,214,216); }
div.DivClassName
{
background-color: #F8D6D8;
}
.BgClassName
{
background-color: #F8D6D8;
}
</style>
border-color css
<style>
span { border-color: #F8D6D8; }
span { border-color: rgb(248,214,216); }
td.TdClassName
{
border-color: #F8D6D8;
}
.TagClassName
{
border-color: #F8D6D8;
}
</style>