Shades of We Peep #FDCCD1
Tints of We Peep #FDCCD1
RGB
CMYK
RGB Variations
Color information
#FDCCD1 (or 0xFDCCD1) is known color: We Peep. HEX triplet: FD, CC and D1. RGB value is (253,204,209). Sum of RGB (Red+Green+Blue) = 253+204+209=666 (88% of max value = 765). Red value is 253 (99.22% from 255 or 37.99% from 666); Green value is 204 (80.08% from 255 or 30.63% from 666); Blue value is 209 (82.03% from 255 or 31.38% from 666); Max value from RGB is 253 - color contains mainly: red. Hex color #FDCCD1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDCCD1 is #02332E. Grayscale: #DBDBDB. Windows color (decimal): -144175 or 13749501. OLE color: 13749501.
HSL color Cylindrical-coordinate representation of color #FDCCD1: hue angle of 353.88º degrees, saturation: 0.92, 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 #FDCCD1 is Cyan = 0, Magento = 0.19, Yellow = 0.17 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 204 | 209 | - |
| CMYK | 0 | 0.19 | 0.17 | 0.01 |
| HSL | 353.88º | 0.92% | 0.9% | - |
| HSV(B) | 353.88º | 0.19% | 0.99% | - |
| XYZ | 73.61 | 68.67 | 69.7 | - |
| YUV | 219.22 | 122.23 | 152.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 204 | 209 | 0 | 0.19 | 0.17 | 0.01 | 353.88 | 0.92 | 0.9 |
| Hex | FD | CC | D1 | 0 | 13 | 11 | 1 | 162 | 5C | 5A |
| Octal | 375 | 314 | 321 | 0 | 23 | 21 | 1 | 542 | 134 | 132 |
| Binary | 11111101 | 11001100 | 11010001 | 0 | 10011 | 10001 | 1 | 101100010 | 1011100 | 1011010 |
Color Harmonies of #FDCCD1
Complementary color
Monochromatic Colors of #FDCCD1
Black with #FDCCD1
Text Example
Text Example
White with #FDCCD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDCCD1; }
p { color: rgb(253,204,209); }
H1.HeaderClassName
{
color: #FDCCD1;
}
.AnyTagClassName
{
color: #FDCCD1;
}
</style>
background-color css
<style>
a { background-color: #FDCCD1; }
a { background-color: rgb(253,204,209); }
div.DivClassName
{
background-color: #FDCCD1;
}
.BgClassName
{
background-color: #FDCCD1;
}
</style>
border-color css
<style>
span { border-color: #FDCCD1; }
span { border-color: rgb(253,204,209); }
td.TdClassName
{
border-color: #FDCCD1;
}
.TagClassName
{
border-color: #FDCCD1;
}
</style>