Shades of We Peep #F8D4D7
Tints of We Peep #F8D4D7
RGB
CMYK
RGB Variations
Color information
#F8D4D7 (or 0xF8D4D7) is known color: We Peep. HEX triplet: F8, D4 and D7. RGB value is (248,212,215). Sum of RGB (Red+Green+Blue) = 248+212+215=675 (89% of max value = 765). Red value is 248 (97.27% from 255 or 36.74% from 675); Green value is 212 (83.20% from 255 or 31.41% from 675); Blue value is 215 (84.38% from 255 or 31.85% from 675); Max value from RGB is 248 - color contains mainly: red. Hex color #F8D4D7 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F8D4D7 is #072B28. Grayscale: #DFDFDF. Windows color (decimal): -469801 or 14144760. OLE color: 14144760.
HSL color Cylindrical-coordinate representation of color #F8D4D7: hue angle of 355º degrees, saturation: 0.72, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #F8D4D7 is Cyan = 0, Magento = 0.15, Yellow = 0.13 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 212 | 215 | - |
| CMYK | 0 | 0.15 | 0.13 | 0.03 |
| HSL | 355º | 0.72% | 0.9% | - |
| HSV(B) | 355º | 0.15% | 0.97% | - |
| XYZ | 74.52 | 71.95 | 74.25 | - |
| YUV | 223.11 | 123.43 | 145.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 212 | 215 | 0 | 0.15 | 0.13 | 0.03 | 355 | 0.72 | 0.9 |
| Hex | F8 | D4 | D7 | 0 | F | D | 3 | 163 | 48 | 5A |
| Octal | 370 | 324 | 327 | 0 | 17 | 15 | 3 | 543 | 110 | 132 |
| Binary | 11111000 | 11010100 | 11010111 | 0 | 1111 | 1101 | 11 | 101100011 | 1001000 | 1011010 |
Color Harmonies of #F8D4D7
Complementary color
Monochromatic Colors of #F8D4D7
Black with #F8D4D7
Text Example
Text Example
White with #F8D4D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8D4D7; }
p { color: rgb(248,212,215); }
H1.HeaderClassName
{
color: #F8D4D7;
}
.AnyTagClassName
{
color: #F8D4D7;
}
</style>
background-color css
<style>
a { background-color: #F8D4D7; }
a { background-color: rgb(248,212,215); }
div.DivClassName
{
background-color: #F8D4D7;
}
.BgClassName
{
background-color: #F8D4D7;
}
</style>
border-color css
<style>
span { border-color: #F8D4D7; }
span { border-color: rgb(248,212,215); }
td.TdClassName
{
border-color: #F8D4D7;
}
.TagClassName
{
border-color: #F8D4D7;
}
</style>