Shades of We Peep #FDCED4
Tints of We Peep #FDCED4
RGB
CMYK
RGB Variations
Color information
#FDCED4 (or 0xFDCED4) is known color: We Peep. HEX triplet: FD, CE and D4. RGB value is (253,206,212). Sum of RGB (Red+Green+Blue) = 253+206+212=671 (88% of max value = 765). Red value is 253 (99.22% from 255 or 37.70% from 671); Green value is 206 (80.86% from 255 or 30.70% from 671); Blue value is 212 (83.20% from 255 or 31.59% from 671); Max value from RGB is 253 - color contains mainly: red. Hex color #FDCED4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDCED4 is #02312B. Grayscale: #DCDCDC. Windows color (decimal): -143660 or 13946621. OLE color: 13946621.
HSL color Cylindrical-coordinate representation of color #FDCED4: hue angle of 352.34º 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 #FDCED4 is Cyan = 0, Magento = 0.19, Yellow = 0.16 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 206 | 212 | - |
| CMYK | 0 | 0.19 | 0.16 | 0.01 |
| HSL | 352.34º | 0.92% | 0.9% | - |
| HSV(B) | 352.34º | 0.19% | 0.99% | - |
| XYZ | 74.46 | 69.78 | 71.83 | - |
| YUV | 220.74 | 123.07 | 151.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 206 | 212 | 0 | 0.19 | 0.16 | 0.01 | 352.34 | 0.92 | 0.9 |
| Hex | FD | CE | D4 | 0 | 13 | 10 | 1 | 160 | 5C | 5A |
| Octal | 375 | 316 | 324 | 0 | 23 | 20 | 1 | 540 | 134 | 132 |
| Binary | 11111101 | 11001110 | 11010100 | 0 | 10011 | 10000 | 1 | 101100000 | 1011100 | 1011010 |
Color Harmonies of #FDCED4
Complementary color
Monochromatic Colors of #FDCED4
Black with #FDCED4
Text Example
Text Example
White with #FDCED4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDCED4; }
p { color: rgb(253,206,212); }
H1.HeaderClassName
{
color: #FDCED4;
}
.AnyTagClassName
{
color: #FDCED4;
}
</style>
background-color css
<style>
a { background-color: #FDCED4; }
a { background-color: rgb(253,206,212); }
div.DivClassName
{
background-color: #FDCED4;
}
.BgClassName
{
background-color: #FDCED4;
}
</style>
border-color css
<style>
span { border-color: #FDCED4; }
span { border-color: rgb(253,206,212); }
td.TdClassName
{
border-color: #FDCED4;
}
.TagClassName
{
border-color: #FDCED4;
}
</style>