Shades of We Peep #FDD5D6
Tints of We Peep #FDD5D6
RGB
CMYK
RGB Variations
Color information
#FDD5D6 (or 0xFDD5D6) is known color: We Peep. HEX triplet: FD, D5 and D6. RGB value is (253,213,214). Sum of RGB (Red+Green+Blue) = 253+213+214=680 (90% of max value = 765). Red value is 253 (99.22% from 255 or 37.21% from 680); Green value is 213 (83.59% from 255 or 31.32% from 680); Blue value is 214 (83.98% from 255 or 31.47% from 680); Max value from RGB is 253 - color contains mainly: red. Hex color #FDD5D6 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDD5D6 is #022A29. Grayscale: #E1E1E1. Windows color (decimal): -141866 or 14079485. OLE color: 14079485.
HSL color Cylindrical-coordinate representation of color #FDD5D6: hue angle of 358.5º degrees, saturation: 0.91, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #FDD5D6 is Cyan = 0, Magento = 0.16, Yellow = 0.15 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 213 | 214 | - |
| CMYK | 0 | 0.16 | 0.15 | 0.01 |
| HSL | 358.5º | 0.91% | 0.91% | - |
| HSV(B) | 358.5º | 0.16% | 0.99% | - |
| XYZ | 76.44 | 73.33 | 73.74 | - |
| YUV | 225.07 | 121.75 | 147.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 213 | 214 | 0 | 0.16 | 0.15 | 0.01 | 358.5 | 0.91 | 0.91 |
| Hex | FD | D5 | D6 | 0 | 10 | F | 1 | 166 | 5B | 5B |
| Octal | 375 | 325 | 326 | 0 | 20 | 17 | 1 | 546 | 133 | 133 |
| Binary | 11111101 | 11010101 | 11010110 | 0 | 10000 | 1111 | 1 | 101100110 | 1011011 | 1011011 |
Color Harmonies of #FDD5D6
Complementary color
Monochromatic Colors of #FDD5D6
Black with #FDD5D6
Text Example
Text Example
White with #FDD5D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDD5D6; }
p { color: rgb(253,213,214); }
H1.HeaderClassName
{
color: #FDD5D6;
}
.AnyTagClassName
{
color: #FDD5D6;
}
</style>
background-color css
<style>
a { background-color: #FDD5D6; }
a { background-color: rgb(253,213,214); }
div.DivClassName
{
background-color: #FDD5D6;
}
.BgClassName
{
background-color: #FDD5D6;
}
</style>
border-color css
<style>
span { border-color: #FDD5D6; }
span { border-color: rgb(253,213,214); }
td.TdClassName
{
border-color: #FDD5D6;
}
.TagClassName
{
border-color: #FDD5D6;
}
</style>