Shades of We Peep #FDD0D5
Tints of We Peep #FDD0D5
RGB
CMYK
RGB Variations
Color information
#FDD0D5 (or 0xFDD0D5) is known color: We Peep. HEX triplet: FD, D0 and D5. RGB value is (253,208,213). Sum of RGB (Red+Green+Blue) = 253+208+213=674 (89% of max value = 765). Red value is 253 (99.22% from 255 or 37.54% from 674); Green value is 208 (81.64% from 255 or 30.86% from 674); Blue value is 213 (83.59% from 255 or 31.60% from 674); Max value from RGB is 253 - color contains mainly: red. Hex color #FDD0D5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDD0D5 is #022F2A. Grayscale: #DEDEDE. Windows color (decimal): -143147 or 14012669. OLE color: 14012669.
HSL color Cylindrical-coordinate representation of color #FDD0D5: hue angle of 353.33º degrees, saturation: 0.92, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #FDD0D5 is Cyan = 0, Magento = 0.18, Yellow = 0.16 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 208 | 213 | - |
| CMYK | 0 | 0.18 | 0.16 | 0.01 |
| HSL | 353.33º | 0.92% | 0.9% | - |
| HSV(B) | 353.33º | 0.18% | 0.99% | - |
| XYZ | 75.07 | 70.8 | 72.66 | - |
| YUV | 222.03 | 122.91 | 150.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 208 | 213 | 0 | 0.18 | 0.16 | 0.01 | 353.33 | 0.92 | 0.9 |
| Hex | FD | D0 | D5 | 0 | 12 | 10 | 1 | 161 | 5C | 5A |
| Octal | 375 | 320 | 325 | 0 | 22 | 20 | 1 | 541 | 134 | 132 |
| Binary | 11111101 | 11010000 | 11010101 | 0 | 10010 | 10000 | 1 | 101100001 | 1011100 | 1011010 |
Color Harmonies of #FDD0D5
Complementary color
Monochromatic Colors of #FDD0D5
Black with #FDD0D5
Text Example
Text Example
White with #FDD0D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDD0D5; }
p { color: rgb(253,208,213); }
H1.HeaderClassName
{
color: #FDD0D5;
}
.AnyTagClassName
{
color: #FDD0D5;
}
</style>
background-color css
<style>
a { background-color: #FDD0D5; }
a { background-color: rgb(253,208,213); }
div.DivClassName
{
background-color: #FDD0D5;
}
.BgClassName
{
background-color: #FDD0D5;
}
</style>
border-color css
<style>
span { border-color: #FDD0D5; }
span { border-color: rgb(253,208,213); }
td.TdClassName
{
border-color: #FDD0D5;
}
.TagClassName
{
border-color: #FDD0D5;
}
</style>