Shades of We Peep #FED8DA
Tints of We Peep #FED8DA
RGB
CMYK
RGB Variations
Color information
#FED8DA (or 0xFED8DA) is known color: We Peep. HEX triplet: FE, D8 and DA. RGB value is (254,216,218). Sum of RGB (Red+Green+Blue) = 254+216+218=688 (91% of max value = 765). Red value is 254 (99.61% from 255 or 36.92% from 688); Green value is 216 (84.77% from 255 or 31.40% from 688); Blue value is 218 (85.55% from 255 or 31.69% from 688); Max value from RGB is 254 - color contains mainly: red. Hex color #FED8DA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FED8DA is #012725. Grayscale: #E3E3E3. Windows color (decimal): -75558 or 14342398. OLE color: 14342398.
HSL color Cylindrical-coordinate representation of color #FED8DA: hue angle of 356.84º 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 #FED8DA is Cyan = 0, Magento = 0.15, Yellow = 0.14 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 216 | 218 | - |
| CMYK | 0 | 0.15 | 0.14 | 0.00 |
| HSL | 356.84º | 0.95% | 0.92% | - |
| HSV(B) | 356.84º | 0.15% | 1% | - |
| XYZ | 78.08 | 75.24 | 76.74 | - |
| YUV | 227.59 | 122.59 | 146.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 216 | 218 | 0 | 0.15 | 0.14 | 0.00 | 356.84 | 0.95 | 0.92 |
| Hex | FE | D8 | DA | 0 | F | E | 0 | 165 | 5F | 5C |
| Octal | 376 | 330 | 332 | 0 | 17 | 16 | 0 | 545 | 137 | 134 |
| Binary | 11111110 | 11011000 | 11011010 | 0 | 1111 | 1110 | 0 | 101100101 | 1011111 | 1011100 |
Color Harmonies of #FED8DA
Complementary color
Monochromatic Colors of #FED8DA
Black with #FED8DA
Text Example
Text Example
White with #FED8DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FED8DA; }
p { color: rgb(254,216,218); }
H1.HeaderClassName
{
color: #FED8DA;
}
.AnyTagClassName
{
color: #FED8DA;
}
</style>
background-color css
<style>
a { background-color: #FED8DA; }
a { background-color: rgb(254,216,218); }
div.DivClassName
{
background-color: #FED8DA;
}
.BgClassName
{
background-color: #FED8DA;
}
</style>
border-color css
<style>
span { border-color: #FED8DA; }
span { border-color: rgb(254,216,218); }
td.TdClassName
{
border-color: #FED8DA;
}
.TagClassName
{
border-color: #FED8DA;
}
</style>