Shades of We Peep #FCCCD1
Tints of We Peep #FCCCD1
RGB
CMYK
RGB Variations
Color information
#FCCCD1 (or 0xFCCCD1) is known color: We Peep. HEX triplet: FC, CC and D1. RGB value is (252,204,209). Sum of RGB (Red+Green+Blue) = 252+204+209=665 (88% of max value = 765). Red value is 252 (98.83% from 255 or 37.89% from 665); Green value is 204 (80.08% from 255 or 30.68% from 665); Blue value is 209 (82.03% from 255 or 31.43% from 665); Max value from RGB is 252 - color contains mainly: red. Hex color #FCCCD1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCCCD1 is #03332E. Grayscale: #DADADA. Windows color (decimal): -209711 or 13749500. OLE color: 13749500.
HSL color Cylindrical-coordinate representation of color #FCCCD1: hue angle of 353.75º degrees, saturation: 0.89, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #FCCCD1 is Cyan = 0, Magento = 0.19, Yellow = 0.17 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 204 | 209 | - |
| CMYK | 0 | 0.19 | 0.17 | 0.01 |
| HSL | 353.75º | 0.89% | 0.89% | - |
| HSV(B) | 353.75º | 0.19% | 0.99% | - |
| XYZ | 73.25 | 68.48 | 69.68 | - |
| YUV | 218.92 | 122.4 | 151.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 204 | 209 | 0 | 0.19 | 0.17 | 0.01 | 353.75 | 0.89 | 0.89 |
| Hex | FC | CC | D1 | 0 | 13 | 11 | 1 | 162 | 59 | 59 |
| Octal | 374 | 314 | 321 | 0 | 23 | 21 | 1 | 542 | 131 | 131 |
| Binary | 11111100 | 11001100 | 11010001 | 0 | 10011 | 10001 | 1 | 101100010 | 1011001 | 1011001 |
Color Harmonies of #FCCCD1
Complementary color
Monochromatic Colors of #FCCCD1
Black with #FCCCD1
Text Example
Text Example
White with #FCCCD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCCCD1; }
p { color: rgb(252,204,209); }
H1.HeaderClassName
{
color: #FCCCD1;
}
.AnyTagClassName
{
color: #FCCCD1;
}
</style>
background-color css
<style>
a { background-color: #FCCCD1; }
a { background-color: rgb(252,204,209); }
div.DivClassName
{
background-color: #FCCCD1;
}
.BgClassName
{
background-color: #FCCCD1;
}
</style>
border-color css
<style>
span { border-color: #FCCCD1; }
span { border-color: rgb(252,204,209); }
td.TdClassName
{
border-color: #FCCCD1;
}
.TagClassName
{
border-color: #FCCCD1;
}
</style>