Shades of We Peep #F6CDD0
Tints of We Peep #F6CDD0
RGB
CMYK
RGB Variations
Color information
#F6CDD0 (or 0xF6CDD0) is known color: We Peep. HEX triplet: F6, CD and D0. RGB value is (246,205,208). Sum of RGB (Red+Green+Blue) = 246+205+208=659 (87% of max value = 765). Red value is 246 (96.48% from 255 or 37.33% from 659); Green value is 205 (80.47% from 255 or 31.11% from 659); Blue value is 208 (81.64% from 255 or 31.56% from 659); Max value from RGB is 246 - color contains mainly: red. Hex color #F6CDD0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F6CDD0 is #09322F. Grayscale: #D9D9D9. Windows color (decimal): -602672 or 13684214. OLE color: 13684214.
HSL color Cylindrical-coordinate representation of color #F6CDD0: hue angle of 355.61º degrees, saturation: 0.69, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #F6CDD0 is Cyan = 0, Magento = 0.17, Yellow = 0.15 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 205 | 208 | - |
| CMYK | 0 | 0.17 | 0.15 | 0.04 |
| HSL | 355.61º | 0.69% | 0.88% | - |
| HSV(B) | 355.61º | 0.17% | 0.96% | - |
| XYZ | 71.22 | 67.81 | 69.01 | - |
| YUV | 217.6 | 122.58 | 148.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 205 | 208 | 0 | 0.17 | 0.15 | 0.04 | 355.61 | 0.69 | 0.88 |
| Hex | F6 | CD | D0 | 0 | 11 | F | 4 | 164 | 45 | 58 |
| Octal | 366 | 315 | 320 | 0 | 21 | 17 | 4 | 544 | 105 | 130 |
| Binary | 11110110 | 11001101 | 11010000 | 0 | 10001 | 1111 | 100 | 101100100 | 1000101 | 1011000 |
Color Harmonies of #F6CDD0
Complementary color
Monochromatic Colors of #F6CDD0
Black with #F6CDD0
Text Example
Text Example
White with #F6CDD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6CDD0; }
p { color: rgb(246,205,208); }
H1.HeaderClassName
{
color: #F6CDD0;
}
.AnyTagClassName
{
color: #F6CDD0;
}
</style>
background-color css
<style>
a { background-color: #F6CDD0; }
a { background-color: rgb(246,205,208); }
div.DivClassName
{
background-color: #F6CDD0;
}
.BgClassName
{
background-color: #F6CDD0;
}
</style>
border-color css
<style>
span { border-color: #F6CDD0; }
span { border-color: rgb(246,205,208); }
td.TdClassName
{
border-color: #F6CDD0;
}
.TagClassName
{
border-color: #F6CDD0;
}
</style>