Shades of We Peep #F3D6D7
Tints of We Peep #F3D6D7
RGB
CMYK
RGB Variations
Color information
#F3D6D7 (or 0xF3D6D7) is known color: We Peep. HEX triplet: F3, D6 and D7. RGB value is (243,214,215). Sum of RGB (Red+Green+Blue) = 243+214+215=672 (89% of max value = 765). Red value is 243 (95.31% from 255 or 36.16% from 672); Green value is 214 (83.98% from 255 or 31.85% from 672); Blue value is 215 (84.38% from 255 or 31.99% from 672); Max value from RGB is 243 - color contains mainly: red. Hex color #F3D6D7 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F3D6D7 is #0C2928. Grayscale: #DEDEDE. Windows color (decimal): -796969 or 14145267. OLE color: 14145267.
HSL color Cylindrical-coordinate representation of color #F3D6D7: hue angle of 357.93º degrees, saturation: 0.55, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #F3D6D7 is Cyan = 0, Magento = 0.12, Yellow = 0.12 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 214 | 215 | - |
| CMYK | 0 | 0.12 | 0.12 | 0.05 |
| HSL | 357.93º | 0.55% | 0.9% | - |
| HSV(B) | 357.93º | 0.12% | 0.95% | - |
| XYZ | 73.27 | 72.05 | 74.34 | - |
| YUV | 222.79 | 123.61 | 142.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 214 | 215 | 0 | 0.12 | 0.12 | 0.05 | 357.93 | 0.55 | 0.9 |
| Hex | F3 | D6 | D7 | 0 | C | C | 5 | 166 | 37 | 5A |
| Octal | 363 | 326 | 327 | 0 | 14 | 14 | 5 | 546 | 67 | 132 |
| Binary | 11110011 | 11010110 | 11010111 | 0 | 1100 | 1100 | 101 | 101100110 | 110111 | 1011010 |
Color Harmonies of #F3D6D7
Complementary color
Monochromatic Colors of #F3D6D7
Black with #F3D6D7
Text Example
Text Example
White with #F3D6D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3D6D7; }
p { color: rgb(243,214,215); }
H1.HeaderClassName
{
color: #F3D6D7;
}
.AnyTagClassName
{
color: #F3D6D7;
}
</style>
background-color css
<style>
a { background-color: #F3D6D7; }
a { background-color: rgb(243,214,215); }
div.DivClassName
{
background-color: #F3D6D7;
}
.BgClassName
{
background-color: #F3D6D7;
}
</style>
border-color css
<style>
span { border-color: #F3D6D7; }
span { border-color: rgb(243,214,215); }
td.TdClassName
{
border-color: #F3D6D7;
}
.TagClassName
{
border-color: #F3D6D7;
}
</style>