Shades of We Peep #F1CFD0
Tints of We Peep #F1CFD0
RGB
CMYK
RGB Variations
Color information
#F1CFD0 (or 0xF1CFD0) is known color: We Peep. HEX triplet: F1, CF and D0. RGB value is (241,207,208). Sum of RGB (Red+Green+Blue) = 241+207+208=656 (86% of max value = 765). Red value is 241 (94.53% from 255 or 36.74% from 656); Green value is 207 (81.25% from 255 or 31.55% from 656); Blue value is 208 (81.64% from 255 or 31.71% from 656); Max value from RGB is 241 - color contains mainly: red. Hex color #F1CFD0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F1CFD0 is #0E302F. Grayscale: #D9D9D9. Windows color (decimal): -929840 or 13684721. OLE color: 13684721.
HSL color Cylindrical-coordinate representation of color #F1CFD0: hue angle of 358.24º degrees, saturation: 0.55, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #F1CFD0 is Cyan = 0, Magento = 0.14, Yellow = 0.14 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 207 | 208 | - |
| CMYK | 0 | 0.14 | 0.14 | 0.05 |
| HSL | 358.24º | 0.55% | 0.88% | - |
| HSV(B) | 358.24º | 0.14% | 0.95% | - |
| XYZ | 69.97 | 67.88 | 69.09 | - |
| YUV | 217.28 | 122.76 | 144.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 207 | 208 | 0 | 0.14 | 0.14 | 0.05 | 358.24 | 0.55 | 0.88 |
| Hex | F1 | CF | D0 | 0 | E | E | 5 | 166 | 37 | 58 |
| Octal | 361 | 317 | 320 | 0 | 16 | 16 | 5 | 546 | 67 | 130 |
| Binary | 11110001 | 11001111 | 11010000 | 0 | 1110 | 1110 | 101 | 101100110 | 110111 | 1011000 |
Color Harmonies of #F1CFD0
Complementary color
Monochromatic Colors of #F1CFD0
Black with #F1CFD0
Text Example
Text Example
White with #F1CFD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1CFD0; }
p { color: rgb(241,207,208); }
H1.HeaderClassName
{
color: #F1CFD0;
}
.AnyTagClassName
{
color: #F1CFD0;
}
</style>
background-color css
<style>
a { background-color: #F1CFD0; }
a { background-color: rgb(241,207,208); }
div.DivClassName
{
background-color: #F1CFD0;
}
.BgClassName
{
background-color: #F1CFD0;
}
</style>
border-color css
<style>
span { border-color: #F1CFD0; }
span { border-color: rgb(241,207,208); }
td.TdClassName
{
border-color: #F1CFD0;
}
.TagClassName
{
border-color: #F1CFD0;
}
</style>