Shades of We Peep #FFCCCE
Tints of We Peep #FFCCCE
RGB
CMYK
RGB Variations
Color information
#FFCCCE (or 0xFFCCCE) is known color: We Peep. HEX triplet: FF, CC and CE. RGB value is (255,204,206). Sum of RGB (Red+Green+Blue) = 255+204+206=665 (88% of max value = 765). Red value is 255 (100% from 255 or 38.35% from 665); Green value is 204 (80.08% from 255 or 30.68% from 665); Blue value is 206 (80.86% from 255 or 30.98% from 665); Max value from RGB is 255 - color contains mainly: red. Hex color #FFCCCE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFCCCE is #003331. Grayscale: #DBDBDB. Windows color (decimal): -13106 or 13552895. OLE color: 13552895.
HSL color Cylindrical-coordinate representation of color #FFCCCE: hue angle of 357.65º degrees, saturation: 1, lightness: 0.9%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #FFCCCE is Cyan = 0, Magento = 0.2, Yellow = 0.19 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 204 | 206 | - |
| CMYK | 0 | 0.2 | 0.19 | 0 |
| HSL | 357.65º | 1% | 0.9% | - |
| HSV(B) | 357.65º | 0.2% | 1% | - |
| XYZ | 73.97 | 68.9 | 67.79 | - |
| YUV | 219.48 | 120.4 | 153.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 204 | 206 | 0 | 0.2 | 0.19 | 0 | 357.65 | 1 | 0.9 |
| Hex | FF | CC | CE | 0 | 14 | 13 | 0 | 166 | 64 | 5A |
| Octal | 377 | 314 | 316 | 0 | 24 | 23 | 0 | 546 | 144 | 132 |
| Binary | 11111111 | 11001100 | 11001110 | 0 | 10100 | 10011 | 0 | 101100110 | 1100100 | 1011010 |
Color Harmonies of #FFCCCE
Complementary color
Monochromatic Colors of #FFCCCE
Black with #FFCCCE
Text Example
Text Example
White with #FFCCCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFCCCE; }
p { color: rgb(255,204,206); }
H1.HeaderClassName
{
color: #FFCCCE;
}
.AnyTagClassName
{
color: #FFCCCE;
}
</style>
background-color css
<style>
a { background-color: #FFCCCE; }
a { background-color: rgb(255,204,206); }
div.DivClassName
{
background-color: #FFCCCE;
}
.BgClassName
{
background-color: #FFCCCE;
}
</style>
border-color css
<style>
span { border-color: #FFCCCE; }
span { border-color: rgb(255,204,206); }
td.TdClassName
{
border-color: #FFCCCE;
}
.TagClassName
{
border-color: #FFCCCE;
}
</style>