Shades of We Peep #FFCCD0
Tints of We Peep #FFCCD0
RGB
CMYK
RGB Variations
Color information
#FFCCD0 (or 0xFFCCD0) is known color: We Peep. HEX triplet: FF, CC and D0. RGB value is (255,204,208). Sum of RGB (Red+Green+Blue) = 255+204+208=667 (88% of max value = 765). Red value is 255 (100% from 255 or 38.23% from 667); Green value is 204 (80.08% from 255 or 30.58% from 667); Blue value is 208 (81.64% from 255 or 31.18% from 667); Max value from RGB is 255 - color contains mainly: red. Hex color #FFCCD0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFCCD0 is #00332F. Grayscale: #DBDBDB. Windows color (decimal): -13104 or 13683967. OLE color: 13683967.
HSL color Cylindrical-coordinate representation of color #FFCCD0: hue angle of 355.29º 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 #FFCCD0 is Cyan = 0, Magento = 0.2, Yellow = 0.18 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 204 | 208 | - |
| CMYK | 0 | 0.2 | 0.18 | 0 |
| HSL | 355.29º | 1% | 0.9% | - |
| HSV(B) | 355.29º | 0.2% | 1% | - |
| XYZ | 74.22 | 69 | 69.08 | - |
| YUV | 219.71 | 121.4 | 153.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 204 | 208 | 0 | 0.2 | 0.18 | 0 | 355.29 | 1 | 0.9 |
| Hex | FF | CC | D0 | 0 | 14 | 12 | 0 | 163 | 64 | 5A |
| Octal | 377 | 314 | 320 | 0 | 24 | 22 | 0 | 543 | 144 | 132 |
| Binary | 11111111 | 11001100 | 11010000 | 0 | 10100 | 10010 | 0 | 101100011 | 1100100 | 1011010 |
Color Harmonies of #FFCCD0
Complementary color
Monochromatic Colors of #FFCCD0
Black with #FFCCD0
Text Example
Text Example
White with #FFCCD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFCCD0; }
p { color: rgb(255,204,208); }
H1.HeaderClassName
{
color: #FFCCD0;
}
.AnyTagClassName
{
color: #FFCCD0;
}
</style>
background-color css
<style>
a { background-color: #FFCCD0; }
a { background-color: rgb(255,204,208); }
div.DivClassName
{
background-color: #FFCCD0;
}
.BgClassName
{
background-color: #FFCCD0;
}
</style>
border-color css
<style>
span { border-color: #FFCCD0; }
span { border-color: rgb(255,204,208); }
td.TdClassName
{
border-color: #FFCCD0;
}
.TagClassName
{
border-color: #FFCCD0;
}
</style>