Shades of We Peep #F2CFD0
Tints of We Peep #F2CFD0
RGB
CMYK
RGB Variations
Color information
#F2CFD0 (or 0xF2CFD0) is known color: We Peep. HEX triplet: F2, CF and D0. RGB value is (242,207,208). Sum of RGB (Red+Green+Blue) = 242+207+208=657 (87% of max value = 765). Red value is 242 (94.92% from 255 or 36.83% from 657); Green value is 207 (81.25% from 255 or 31.51% from 657); Blue value is 208 (81.64% from 255 or 31.66% from 657); Max value from RGB is 242 - color contains mainly: red. Hex color #F2CFD0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F2CFD0 is #0D302F. Grayscale: #D9D9D9. Windows color (decimal): -864304 or 13684722. OLE color: 13684722.
HSL color Cylindrical-coordinate representation of color #F2CFD0: hue angle of 358.29º degrees, saturation: 0.57, 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 #F2CFD0 is Cyan = 0, Magento = 0.14, Yellow = 0.14 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 207 | 208 | - |
| CMYK | 0 | 0.14 | 0.14 | 0.05 |
| HSL | 358.29º | 0.57% | 0.88% | - |
| HSV(B) | 358.29º | 0.14% | 0.95% | - |
| XYZ | 70.32 | 68.06 | 69.1 | - |
| YUV | 217.58 | 122.6 | 145.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 207 | 208 | 0 | 0.14 | 0.14 | 0.05 | 358.29 | 0.57 | 0.88 |
| Hex | F2 | CF | D0 | 0 | E | E | 5 | 166 | 39 | 58 |
| Octal | 362 | 317 | 320 | 0 | 16 | 16 | 5 | 546 | 71 | 130 |
| Binary | 11110010 | 11001111 | 11010000 | 0 | 1110 | 1110 | 101 | 101100110 | 111001 | 1011000 |
Color Harmonies of #F2CFD0
Complementary color
Monochromatic Colors of #F2CFD0
Black with #F2CFD0
Text Example
Text Example
White with #F2CFD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2CFD0; }
p { color: rgb(242,207,208); }
H1.HeaderClassName
{
color: #F2CFD0;
}
.AnyTagClassName
{
color: #F2CFD0;
}
</style>
background-color css
<style>
a { background-color: #F2CFD0; }
a { background-color: rgb(242,207,208); }
div.DivClassName
{
background-color: #F2CFD0;
}
.BgClassName
{
background-color: #F2CFD0;
}
</style>
border-color css
<style>
span { border-color: #F2CFD0; }
span { border-color: rgb(242,207,208); }
td.TdClassName
{
border-color: #F2CFD0;
}
.TagClassName
{
border-color: #F2CFD0;
}
</style>