Shades of We Peep #F6D3D5
Tints of We Peep #F6D3D5
RGB
CMYK
RGB Variations
Color information
#F6D3D5 (or 0xF6D3D5) is known color: We Peep. HEX triplet: F6, D3 and D5. RGB value is (246,211,213). Sum of RGB (Red+Green+Blue) = 246+211+213=670 (88% of max value = 765). Red value is 246 (96.48% from 255 or 36.72% from 670); Green value is 211 (82.81% from 255 or 31.49% from 670); Blue value is 213 (83.59% from 255 or 31.79% from 670); Max value from RGB is 246 - color contains mainly: red. Hex color #F6D3D5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F6D3D5 is #092C2A. Grayscale: #DDDDDD. Windows color (decimal): -601131 or 14013430. OLE color: 14013430.
HSL color Cylindrical-coordinate representation of color #F6D3D5: hue angle of 356.57º degrees, saturation: 0.66, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #F6D3D5 is Cyan = 0, Magento = 0.14, Yellow = 0.13 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 211 | 213 | - |
| CMYK | 0 | 0.14 | 0.13 | 0.04 |
| HSL | 356.57º | 0.66% | 0.9% | - |
| HSV(B) | 356.57º | 0.14% | 0.96% | - |
| XYZ | 73.31 | 70.99 | 72.79 | - |
| YUV | 221.69 | 123.1 | 145.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 211 | 213 | 0 | 0.14 | 0.13 | 0.04 | 356.57 | 0.66 | 0.9 |
| Hex | F6 | D3 | D5 | 0 | E | D | 4 | 165 | 42 | 5A |
| Octal | 366 | 323 | 325 | 0 | 16 | 15 | 4 | 545 | 102 | 132 |
| Binary | 11110110 | 11010011 | 11010101 | 0 | 1110 | 1101 | 100 | 101100101 | 1000010 | 1011010 |
Color Harmonies of #F6D3D5
Complementary color
Monochromatic Colors of #F6D3D5
Black with #F6D3D5
Text Example
Text Example
White with #F6D3D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6D3D5; }
p { color: rgb(246,211,213); }
H1.HeaderClassName
{
color: #F6D3D5;
}
.AnyTagClassName
{
color: #F6D3D5;
}
</style>
background-color css
<style>
a { background-color: #F6D3D5; }
a { background-color: rgb(246,211,213); }
div.DivClassName
{
background-color: #F6D3D5;
}
.BgClassName
{
background-color: #F6D3D5;
}
</style>
border-color css
<style>
span { border-color: #F6D3D5; }
span { border-color: rgb(246,211,213); }
td.TdClassName
{
border-color: #F6D3D5;
}
.TagClassName
{
border-color: #F6D3D5;
}
</style>