Shades of We Peep #FFCCCF
Tints of We Peep #FFCCCF
RGB
CMYK
RGB Variations
Color information
#FFCCCF (or 0xFFCCCF) is known color: We Peep. HEX triplet: FF, CC and CF. RGB value is (255,204,207). Sum of RGB (Red+Green+Blue) = 255+204+207=666 (88% of max value = 765). Red value is 255 (100% from 255 or 38.29% from 666); Green value is 204 (80.08% from 255 or 30.63% from 666); Blue value is 207 (81.25% from 255 or 31.08% from 666); Max value from RGB is 255 - color contains mainly: red. Hex color #FFCCCF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFCCCF is #003330. Grayscale: #DBDBDB. Windows color (decimal): -13105 or 13618431. OLE color: 13618431.
HSL color Cylindrical-coordinate representation of color #FFCCCF: hue angle of 356.47º 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 #FFCCCF is Cyan = 0, Magento = 0.2, Yellow = 0.19 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 204 | 207 | - |
| CMYK | 0 | 0.2 | 0.19 | 0 |
| HSL | 356.47º | 1% | 0.9% | - |
| HSV(B) | 356.47º | 0.2% | 1% | - |
| XYZ | 74.1 | 68.95 | 68.44 | - |
| YUV | 219.59 | 120.9 | 153.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 204 | 207 | 0 | 0.2 | 0.19 | 0 | 356.47 | 1 | 0.9 |
| Hex | FF | CC | CF | 0 | 14 | 13 | 0 | 164 | 64 | 5A |
| Octal | 377 | 314 | 317 | 0 | 24 | 23 | 0 | 544 | 144 | 132 |
| Binary | 11111111 | 11001100 | 11001111 | 0 | 10100 | 10011 | 0 | 101100100 | 1100100 | 1011010 |
Color Harmonies of #FFCCCF
Complementary color
Monochromatic Colors of #FFCCCF
Black with #FFCCCF
Text Example
Text Example
White with #FFCCCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFCCCF; }
p { color: rgb(255,204,207); }
H1.HeaderClassName
{
color: #FFCCCF;
}
.AnyTagClassName
{
color: #FFCCCF;
}
</style>
background-color css
<style>
a { background-color: #FFCCCF; }
a { background-color: rgb(255,204,207); }
div.DivClassName
{
background-color: #FFCCCF;
}
.BgClassName
{
background-color: #FFCCCF;
}
</style>
border-color css
<style>
span { border-color: #FFCCCF; }
span { border-color: rgb(255,204,207); }
td.TdClassName
{
border-color: #FFCCCF;
}
.TagClassName
{
border-color: #FFCCCF;
}
</style>