Shades of We Peep #F8CCD0
Tints of We Peep #F8CCD0
RGB
CMYK
RGB Variations
Color information
#F8CCD0 (or 0xF8CCD0) is known color: We Peep. HEX triplet: F8, CC and D0. RGB value is (248,204,208). Sum of RGB (Red+Green+Blue) = 248+204+208=660 (87% of max value = 765). Red value is 248 (97.27% from 255 or 37.58% from 660); Green value is 204 (80.08% from 255 or 30.91% from 660); Blue value is 208 (81.64% from 255 or 31.52% from 660); Max value from RGB is 248 - color contains mainly: red. Hex color #F8CCD0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F8CCD0 is #07332F. Grayscale: #D9D9D9. Windows color (decimal): -471856 or 13683960. OLE color: 13683960.
HSL color Cylindrical-coordinate representation of color #F8CCD0: hue angle of 354.55º degrees, saturation: 0.76, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #F8CCD0 is Cyan = 0, Magento = 0.18, Yellow = 0.16 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 204 | 208 | - |
| CMYK | 0 | 0.18 | 0.16 | 0.03 |
| HSL | 354.55º | 0.76% | 0.89% | - |
| HSV(B) | 354.55º | 0.18% | 0.97% | - |
| XYZ | 71.69 | 67.7 | 68.96 | - |
| YUV | 217.61 | 122.58 | 149.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 204 | 208 | 0 | 0.18 | 0.16 | 0.03 | 354.55 | 0.76 | 0.89 |
| Hex | F8 | CC | D0 | 0 | 12 | 10 | 3 | 163 | 4C | 59 |
| Octal | 370 | 314 | 320 | 0 | 22 | 20 | 3 | 543 | 114 | 131 |
| Binary | 11111000 | 11001100 | 11010000 | 0 | 10010 | 10000 | 11 | 101100011 | 1001100 | 1011001 |
Color Harmonies of #F8CCD0
Complementary color
Monochromatic Colors of #F8CCD0
Black with #F8CCD0
Text Example
Text Example
White with #F8CCD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8CCD0; }
p { color: rgb(248,204,208); }
H1.HeaderClassName
{
color: #F8CCD0;
}
.AnyTagClassName
{
color: #F8CCD0;
}
</style>
background-color css
<style>
a { background-color: #F8CCD0; }
a { background-color: rgb(248,204,208); }
div.DivClassName
{
background-color: #F8CCD0;
}
.BgClassName
{
background-color: #F8CCD0;
}
</style>
border-color css
<style>
span { border-color: #F8CCD0; }
span { border-color: rgb(248,204,208); }
td.TdClassName
{
border-color: #F8CCD0;
}
.TagClassName
{
border-color: #F8CCD0;
}
</style>