Shades of We Peep #FDD7D9
Tints of We Peep #FDD7D9
RGB
CMYK
RGB Variations
Color information
#FDD7D9 (or 0xFDD7D9) is known color: We Peep. HEX triplet: FD, D7 and D9. RGB value is (253,215,217). Sum of RGB (Red+Green+Blue) = 253+215+217=685 (90% of max value = 765). Red value is 253 (99.22% from 255 or 36.93% from 685); Green value is 215 (84.38% from 255 or 31.39% from 685); Blue value is 217 (85.16% from 255 or 31.68% from 685); Max value from RGB is 253 - color contains mainly: red. Hex color #FDD7D9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDD7D9 is #022826. Grayscale: #E2E2E2. Windows color (decimal): -141351 or 14276605. OLE color: 14276605.
HSL color Cylindrical-coordinate representation of color #FDD7D9: hue angle of 356.84º degrees, saturation: 0.9, 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 #FDD7D9 is Cyan = 0, Magento = 0.15, Yellow = 0.14 and Black (K on CMYK) = 0.01.
Color convert
RGB | 253 | 215 | 217 | - |
CMYK | 0 | 0.15 | 0.14 | 0.01 |
HSL | 356.84º | 0.9% | 0.92% | - |
HSV(B) | 356.84º | 0.15% | 0.99% | - |
XYZ | 77.33 | 74.49 | 75.95 | - |
YUV | 226.59 | 122.59 | 146.84 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 253 | 215 | 217 | 0 | 0.15 | 0.14 | 0.01 | 356.84 | 0.9 | 0.92 |
Hex | FD | D7 | D9 | 0 | F | E | 1 | 165 | 5A | 5C |
Octal | 375 | 327 | 331 | 0 | 17 | 16 | 1 | 545 | 132 | 134 |
Binary | 11111101 | 11010111 | 11011001 | 0 | 1111 | 1110 | 1 | 101100101 | 1011010 | 1011100 |
Color Harmonies of #FDD7D9
Complementary color
Monochromatic Colors of #FDD7D9
Black with #FDD7D9
Text Example
Text Example
White with #FDD7D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDD7D9; }
p { color: rgb(253,215,217); }
H1.HeaderClassName
{
color: #FDD7D9;
}
.AnyTagClassName
{
color: #FDD7D9;
}
</style>
background-color css
<style>
a { background-color: #FDD7D9; }
a { background-color: rgb(253,215,217); }
div.DivClassName
{
background-color: #FDD7D9;
}
.BgClassName
{
background-color: #FDD7D9;
}
</style>
border-color css
<style>
span { border-color: #FDD7D9; }
span { border-color: rgb(253,215,217); }
td.TdClassName
{
border-color: #FDD7D9;
}
.TagClassName
{
border-color: #FDD7D9;
}
</style>