Shades of We Peep #FFCECF
Tints of We Peep #FFCECF
RGB
CMYK
RGB Variations
Color information
#FFCECF (or 0xFFCECF) is known color: We Peep. HEX triplet: FF, CE and CF. RGB value is (255,206,207). Sum of RGB (Red+Green+Blue) = 255+206+207=668 (88% of max value = 765). Red value is 255 (100% from 255 or 38.17% from 668); Green value is 206 (80.86% from 255 or 30.84% from 668); Blue value is 207 (81.25% from 255 or 30.99% from 668); Max value from RGB is 255 - color contains mainly: red. Hex color #FFCECF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFCECF is #003130. Grayscale: #DCDCDC. Windows color (decimal): -12593 or 13618943. OLE color: 13618943.
HSL color Cylindrical-coordinate representation of color #FFCECF: hue angle of 358.78º degrees, saturation: 1, lightness: 0.9%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #FFCECF is Cyan = 0, Magento = 0.19, Yellow = 0.19 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 206 | 207 | - |
| CMYK | 0 | 0.19 | 0.19 | 0 |
| HSL | 358.78º | 1% | 0.9% | - |
| HSV(B) | 358.78º | 0.19% | 1% | - |
| XYZ | 74.57 | 69.91 | 68.59 | - |
| YUV | 220.77 | 120.23 | 152.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 206 | 207 | 0 | 0.19 | 0.19 | 0 | 358.78 | 1 | 0.9 |
| Hex | FF | CE | CF | 0 | 13 | 13 | 0 | 167 | 64 | 5A |
| Octal | 377 | 316 | 317 | 0 | 23 | 23 | 0 | 547 | 144 | 132 |
| Binary | 11111111 | 11001110 | 11001111 | 0 | 10011 | 10011 | 0 | 101100111 | 1100100 | 1011010 |
Color Harmonies of #FFCECF
Complementary color
Monochromatic Colors of #FFCECF
Black with #FFCECF
Text Example
Text Example
White with #FFCECF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFCECF; }
p { color: rgb(255,206,207); }
H1.HeaderClassName
{
color: #FFCECF;
}
.AnyTagClassName
{
color: #FFCECF;
}
</style>
background-color css
<style>
a { background-color: #FFCECF; }
a { background-color: rgb(255,206,207); }
div.DivClassName
{
background-color: #FFCECF;
}
.BgClassName
{
background-color: #FFCECF;
}
</style>
border-color css
<style>
span { border-color: #FFCECF; }
span { border-color: rgb(255,206,207); }
td.TdClassName
{
border-color: #FFCECF;
}
.TagClassName
{
border-color: #FFCECF;
}
</style>