Shades of We Peep #FED5D8
Tints of We Peep #FED5D8
RGB
CMYK
RGB Variations
Color information
#FED5D8 (or 0xFED5D8) is known color: We Peep. HEX triplet: FE, D5 and D8. RGB value is (254,213,216). Sum of RGB (Red+Green+Blue) = 254+213+216=683 (90% of max value = 765). Red value is 254 (99.61% from 255 or 37.19% from 683); Green value is 213 (83.59% from 255 or 31.19% from 683); Blue value is 216 (84.77% from 255 or 31.63% from 683); Max value from RGB is 254 - color contains mainly: red. Hex color #FED5D8 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FED5D8 is #012A27. Grayscale: #E1E1E1. Windows color (decimal): -76328 or 14210558. OLE color: 14210558.
HSL color Cylindrical-coordinate representation of color #FED5D8: hue angle of 355.61º degrees, saturation: 0.95, lightness: 0.92%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #FED5D8 is Cyan = 0, Magento = 0.16, Yellow = 0.15 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 213 | 216 | - |
| CMYK | 0 | 0.16 | 0.15 | 0.00 |
| HSL | 355.61º | 0.95% | 0.92% | - |
| HSV(B) | 355.61º | 0.16% | 1% | - |
| XYZ | 77.06 | 73.62 | 75.11 | - |
| YUV | 225.6 | 122.58 | 148.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 213 | 216 | 0 | 0.16 | 0.15 | 0.00 | 355.61 | 0.95 | 0.92 |
| Hex | FE | D5 | D8 | 0 | 10 | F | 0 | 164 | 5F | 5C |
| Octal | 376 | 325 | 330 | 0 | 20 | 17 | 0 | 544 | 137 | 134 |
| Binary | 11111110 | 11010101 | 11011000 | 0 | 10000 | 1111 | 0 | 101100100 | 1011111 | 1011100 |
Color Harmonies of #FED5D8
Complementary color
Monochromatic Colors of #FED5D8
Black with #FED5D8
Text Example
Text Example
White with #FED5D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FED5D8; }
p { color: rgb(254,213,216); }
H1.HeaderClassName
{
color: #FED5D8;
}
.AnyTagClassName
{
color: #FED5D8;
}
</style>
background-color css
<style>
a { background-color: #FED5D8; }
a { background-color: rgb(254,213,216); }
div.DivClassName
{
background-color: #FED5D8;
}
.BgClassName
{
background-color: #FED5D8;
}
</style>
border-color css
<style>
span { border-color: #FED5D8; }
span { border-color: rgb(254,213,216); }
td.TdClassName
{
border-color: #FED5D8;
}
.TagClassName
{
border-color: #FED5D8;
}
</style>