Shades of We Peep #FED7D8
Tints of We Peep #FED7D8
RGB
CMYK
RGB Variations
Color information
#FED7D8 (or 0xFED7D8) is known color: We Peep. HEX triplet: FE, D7 and D8. RGB value is (254,215,216). Sum of RGB (Red+Green+Blue) = 254+215+216=685 (90% of max value = 765). Red value is 254 (99.61% from 255 or 37.08% from 685); Green value is 215 (84.38% from 255 or 31.39% from 685); Blue value is 216 (84.77% from 255 or 31.53% from 685); Max value from RGB is 254 - color contains mainly: red. Hex color #FED7D8 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FED7D8 is #012827. Grayscale: #E2E2E2. Windows color (decimal): -75816 or 14211070. OLE color: 14211070.
HSL color Cylindrical-coordinate representation of color #FED7D8: hue angle of 358.46º degrees, saturation: 0.95, lightness: 0.92%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #FED7D8 is Cyan = 0, Magento = 0.15, Yellow = 0.15 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 215 | 216 | - |
| CMYK | 0 | 0.15 | 0.15 | 0.00 |
| HSL | 358.46º | 0.95% | 0.92% | - |
| HSV(B) | 358.46º | 0.15% | 1% | - |
| XYZ | 77.57 | 74.63 | 75.28 | - |
| YUV | 226.78 | 121.92 | 147.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 215 | 216 | 0 | 0.15 | 0.15 | 0.00 | 358.46 | 0.95 | 0.92 |
| Hex | FE | D7 | D8 | 0 | F | F | 0 | 166 | 5F | 5C |
| Octal | 376 | 327 | 330 | 0 | 17 | 17 | 0 | 546 | 137 | 134 |
| Binary | 11111110 | 11010111 | 11011000 | 0 | 1111 | 1111 | 0 | 101100110 | 1011111 | 1011100 |
Color Harmonies of #FED7D8
Complementary color
Monochromatic Colors of #FED7D8
Black with #FED7D8
Text Example
Text Example
White with #FED7D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FED7D8; }
p { color: rgb(254,215,216); }
H1.HeaderClassName
{
color: #FED7D8;
}
.AnyTagClassName
{
color: #FED7D8;
}
</style>
background-color css
<style>
a { background-color: #FED7D8; }
a { background-color: rgb(254,215,216); }
div.DivClassName
{
background-color: #FED7D8;
}
.BgClassName
{
background-color: #FED7D8;
}
</style>
border-color css
<style>
span { border-color: #FED7D8; }
span { border-color: rgb(254,215,216); }
td.TdClassName
{
border-color: #FED7D8;
}
.TagClassName
{
border-color: #FED7D8;
}
</style>