Shades of We Peep #FDD6D9
Tints of We Peep #FDD6D9
RGB
CMYK
RGB Variations
Color information
#FDD6D9 (or 0xFDD6D9) is known color: We Peep. HEX triplet: FD, D6 and D9. RGB value is (253,214,217). Sum of RGB (Red+Green+Blue) = 253+214+217=684 (90% of max value = 765). Red value is 253 (99.22% from 255 or 36.99% from 684); Green value is 214 (83.98% from 255 or 31.29% from 684); Blue value is 217 (85.16% from 255 or 31.73% from 684); Max value from RGB is 253 - color contains mainly: red. Hex color #FDD6D9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDD6D9 is #022926. Grayscale: #E2E2E2. Windows color (decimal): -141607 or 14276349. OLE color: 14276349.
HSL color Cylindrical-coordinate representation of color #FDD6D9: hue angle of 355.38º degrees, saturation: 0.91, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #FDD6D9 is Cyan = 0, Magento = 0.15, Yellow = 0.14 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 214 | 217 | - |
| CMYK | 0 | 0.15 | 0.14 | 0.01 |
| HSL | 355.38º | 0.91% | 0.92% | - |
| HSV(B) | 355.38º | 0.15% | 0.99% | - |
| XYZ | 77.08 | 73.99 | 75.86 | - |
| YUV | 226 | 122.92 | 147.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 214 | 217 | 0 | 0.15 | 0.14 | 0.01 | 355.38 | 0.91 | 0.92 |
| Hex | FD | D6 | D9 | 0 | F | E | 1 | 163 | 5B | 5C |
| Octal | 375 | 326 | 331 | 0 | 17 | 16 | 1 | 543 | 133 | 134 |
| Binary | 11111101 | 11010110 | 11011001 | 0 | 1111 | 1110 | 1 | 101100011 | 1011011 | 1011100 |
Color Harmonies of #FDD6D9
Complementary color
Monochromatic Colors of #FDD6D9
Black with #FDD6D9
Text Example
Text Example
White with #FDD6D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDD6D9; }
p { color: rgb(253,214,217); }
H1.HeaderClassName
{
color: #FDD6D9;
}
.AnyTagClassName
{
color: #FDD6D9;
}
</style>
background-color css
<style>
a { background-color: #FDD6D9; }
a { background-color: rgb(253,214,217); }
div.DivClassName
{
background-color: #FDD6D9;
}
.BgClassName
{
background-color: #FDD6D9;
}
</style>
border-color css
<style>
span { border-color: #FDD6D9; }
span { border-color: rgb(253,214,217); }
td.TdClassName
{
border-color: #FDD6D9;
}
.TagClassName
{
border-color: #FDD6D9;
}
</style>