Shades of We Peep #F8D4D6
Tints of We Peep #F8D4D6
RGB
CMYK
RGB Variations
Color information
#F8D4D6 (or 0xF8D4D6) is known color: We Peep. HEX triplet: F8, D4 and D6. RGB value is (248,212,214). Sum of RGB (Red+Green+Blue) = 248+212+214=674 (89% of max value = 765). Red value is 248 (97.27% from 255 or 36.80% from 674); Green value is 212 (83.20% from 255 or 31.45% from 674); Blue value is 214 (83.98% from 255 or 31.75% from 674); Max value from RGB is 248 - color contains mainly: red. Hex color #F8D4D6 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F8D4D6 is #072B29. Grayscale: #DFDFDF. Windows color (decimal): -469802 or 14079224. OLE color: 14079224.
HSL color Cylindrical-coordinate representation of color #F8D4D6: hue angle of 356.67º 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 #F8D4D6 is Cyan = 0, Magento = 0.15, Yellow = 0.14 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 212 | 214 | - |
| CMYK | 0 | 0.15 | 0.14 | 0.03 |
| HSL | 356.67º | 0.72% | 0.9% | - |
| HSV(B) | 356.67º | 0.15% | 0.97% | - |
| XYZ | 74.39 | 71.9 | 73.58 | - |
| YUV | 222.99 | 122.93 | 145.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 212 | 214 | 0 | 0.15 | 0.14 | 0.03 | 356.67 | 0.72 | 0.9 |
| Hex | F8 | D4 | D6 | 0 | F | E | 3 | 165 | 48 | 5A |
| Octal | 370 | 324 | 326 | 0 | 17 | 16 | 3 | 545 | 110 | 132 |
| Binary | 11111000 | 11010100 | 11010110 | 0 | 1111 | 1110 | 11 | 101100101 | 1001000 | 1011010 |
Color Harmonies of #F8D4D6
Complementary color
Monochromatic Colors of #F8D4D6
Black with #F8D4D6
Text Example
Text Example
White with #F8D4D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8D4D6; }
p { color: rgb(248,212,214); }
H1.HeaderClassName
{
color: #F8D4D6;
}
.AnyTagClassName
{
color: #F8D4D6;
}
</style>
background-color css
<style>
a { background-color: #F8D4D6; }
a { background-color: rgb(248,212,214); }
div.DivClassName
{
background-color: #F8D4D6;
}
.BgClassName
{
background-color: #F8D4D6;
}
</style>
border-color css
<style>
span { border-color: #F8D4D6; }
span { border-color: rgb(248,212,214); }
td.TdClassName
{
border-color: #F8D4D6;
}
.TagClassName
{
border-color: #F8D4D6;
}
</style>