Shades of We Peep #FECDD0
Tints of We Peep #FECDD0
RGB
CMYK
RGB Variations
Color information
#FECDD0 (or 0xFECDD0) is known color: We Peep. HEX triplet: FE, CD and D0. RGB value is (254,205,208). Sum of RGB (Red+Green+Blue) = 254+205+208=667 (88% of max value = 765). Red value is 254 (99.61% from 255 or 38.08% from 667); Green value is 205 (80.47% from 255 or 30.73% from 667); Blue value is 208 (81.64% from 255 or 31.18% from 667); Max value from RGB is 254 - color contains mainly: red. Hex color #FECDD0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FECDD0 is #01322F. Grayscale: #DCDCDC. Windows color (decimal): -78384 or 13684222. OLE color: 13684222.
HSL color Cylindrical-coordinate representation of color #FECDD0: hue angle of 356.33º degrees, saturation: 0.96, lightness: 0.9%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #FECDD0 is Cyan = 0, Magento = 0.19, Yellow = 0.18 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 205 | 208 | - |
| CMYK | 0 | 0.19 | 0.18 | 0.00 |
| HSL | 356.33º | 0.96% | 0.9% | - |
| HSV(B) | 356.33º | 0.19% | 1% | - |
| XYZ | 74.09 | 69.29 | 69.14 | - |
| YUV | 219.99 | 121.23 | 152.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 205 | 208 | 0 | 0.19 | 0.18 | 0.00 | 356.33 | 0.96 | 0.9 |
| Hex | FE | CD | D0 | 0 | 13 | 12 | 0 | 164 | 60 | 5A |
| Octal | 376 | 315 | 320 | 0 | 23 | 22 | 0 | 544 | 140 | 132 |
| Binary | 11111110 | 11001101 | 11010000 | 0 | 10011 | 10010 | 0 | 101100100 | 1100000 | 1011010 |
Color Harmonies of #FECDD0
Complementary color
Monochromatic Colors of #FECDD0
Black with #FECDD0
Text Example
Text Example
White with #FECDD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FECDD0; }
p { color: rgb(254,205,208); }
H1.HeaderClassName
{
color: #FECDD0;
}
.AnyTagClassName
{
color: #FECDD0;
}
</style>
background-color css
<style>
a { background-color: #FECDD0; }
a { background-color: rgb(254,205,208); }
div.DivClassName
{
background-color: #FECDD0;
}
.BgClassName
{
background-color: #FECDD0;
}
</style>
border-color css
<style>
span { border-color: #FECDD0; }
span { border-color: rgb(254,205,208); }
td.TdClassName
{
border-color: #FECDD0;
}
.TagClassName
{
border-color: #FECDD0;
}
</style>