Shades of We Peep #FCCDD1
Tints of We Peep #FCCDD1
RGB
CMYK
RGB Variations
Color information
#FCCDD1 (or 0xFCCDD1) is known color: We Peep. HEX triplet: FC, CD and D1. RGB value is (252,205,209). Sum of RGB (Red+Green+Blue) = 252+205+209=666 (88% of max value = 765). Red value is 252 (98.83% from 255 or 37.84% from 666); Green value is 205 (80.47% from 255 or 30.78% from 666); Blue value is 209 (82.03% from 255 or 31.38% from 666); Max value from RGB is 252 - color contains mainly: red. Hex color #FCCDD1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCCDD1 is #03322E. Grayscale: #DBDBDB. Windows color (decimal): -209455 or 13749756. OLE color: 13749756.
HSL color Cylindrical-coordinate representation of color #FCCDD1: hue angle of 354.89º 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 #FCCDD1 is Cyan = 0, Magento = 0.19, Yellow = 0.17 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 205 | 209 | - |
| CMYK | 0 | 0.19 | 0.17 | 0.01 |
| HSL | 354.89º | 0.89% | 0.9% | - |
| HSV(B) | 354.89º | 0.19% | 0.99% | - |
| XYZ | 73.48 | 68.96 | 69.76 | - |
| YUV | 219.51 | 122.07 | 151.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 205 | 209 | 0 | 0.19 | 0.17 | 0.01 | 354.89 | 0.89 | 0.9 |
| Hex | FC | CD | D1 | 0 | 13 | 11 | 1 | 163 | 59 | 5A |
| Octal | 374 | 315 | 321 | 0 | 23 | 21 | 1 | 543 | 131 | 132 |
| Binary | 11111100 | 11001101 | 11010001 | 0 | 10011 | 10001 | 1 | 101100011 | 1011001 | 1011010 |
Color Harmonies of #FCCDD1
Complementary color
Monochromatic Colors of #FCCDD1
Black with #FCCDD1
Text Example
Text Example
White with #FCCDD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCCDD1; }
p { color: rgb(252,205,209); }
H1.HeaderClassName
{
color: #FCCDD1;
}
.AnyTagClassName
{
color: #FCCDD1;
}
</style>
background-color css
<style>
a { background-color: #FCCDD1; }
a { background-color: rgb(252,205,209); }
div.DivClassName
{
background-color: #FCCDD1;
}
.BgClassName
{
background-color: #FCCDD1;
}
</style>
border-color css
<style>
span { border-color: #FCCDD1; }
span { border-color: rgb(252,205,209); }
td.TdClassName
{
border-color: #FCCDD1;
}
.TagClassName
{
border-color: #FCCDD1;
}
</style>