Shades of We Peep #FCCDD0
Tints of We Peep #FCCDD0
RGB
CMYK
RGB Variations
Color information
#FCCDD0 (or 0xFCCDD0) is known color: We Peep. HEX triplet: FC, CD and D0. RGB value is (252,205,208). Sum of RGB (Red+Green+Blue) = 252+205+208=665 (88% of max value = 765). Red value is 252 (98.83% from 255 or 37.89% from 665); Green value is 205 (80.47% from 255 or 30.83% from 665); Blue value is 208 (81.64% from 255 or 31.28% from 665); Max value from RGB is 252 - color contains mainly: red. Hex color #FCCDD0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCCDD0 is #03322F. Grayscale: #DBDBDB. Windows color (decimal): -209456 or 13684220. OLE color: 13684220.
HSL color Cylindrical-coordinate representation of color #FCCDD0: hue angle of 356.17º degrees, saturation: 0.89, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #FCCDD0 is Cyan = 0, Magento = 0.19, Yellow = 0.17 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 205 | 208 | - |
| CMYK | 0 | 0.19 | 0.17 | 0.01 |
| HSL | 356.17º | 0.89% | 0.9% | - |
| HSV(B) | 356.17º | 0.19% | 0.99% | - |
| XYZ | 73.36 | 68.91 | 69.11 | - |
| YUV | 219.4 | 121.57 | 151.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 205 | 208 | 0 | 0.19 | 0.17 | 0.01 | 356.17 | 0.89 | 0.9 |
| Hex | FC | CD | D0 | 0 | 13 | 11 | 1 | 164 | 59 | 5A |
| Octal | 374 | 315 | 320 | 0 | 23 | 21 | 1 | 544 | 131 | 132 |
| Binary | 11111100 | 11001101 | 11010000 | 0 | 10011 | 10001 | 1 | 101100100 | 1011001 | 1011010 |
Color Harmonies of #FCCDD0
Complementary color
Monochromatic Colors of #FCCDD0
Black with #FCCDD0
Text Example
Text Example
White with #FCCDD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCCDD0; }
p { color: rgb(252,205,208); }
H1.HeaderClassName
{
color: #FCCDD0;
}
.AnyTagClassName
{
color: #FCCDD0;
}
</style>
background-color css
<style>
a { background-color: #FCCDD0; }
a { background-color: rgb(252,205,208); }
div.DivClassName
{
background-color: #FCCDD0;
}
.BgClassName
{
background-color: #FCCDD0;
}
</style>
border-color css
<style>
span { border-color: #FCCDD0; }
span { border-color: rgb(252,205,208); }
td.TdClassName
{
border-color: #FCCDD0;
}
.TagClassName
{
border-color: #FCCDD0;
}
</style>