Shades of We Peep #FECFD1
Tints of We Peep #FECFD1
RGB
CMYK
RGB Variations
Color information
#FECFD1 (or 0xFECFD1) is known color: We Peep. HEX triplet: FE, CF and D1. RGB value is (254,207,209). Sum of RGB (Red+Green+Blue) = 254+207+209=670 (88% of max value = 765). Red value is 254 (99.61% from 255 or 37.91% from 670); Green value is 207 (81.25% from 255 or 30.90% from 670); Blue value is 209 (82.03% from 255 or 31.19% from 670); Max value from RGB is 254 - color contains mainly: red. Hex color #FECFD1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FECFD1 is #01302E. Grayscale: #DDDDDD. Windows color (decimal): -77871 or 13750270. OLE color: 13750270.
HSL color Cylindrical-coordinate representation of color #FECFD1: hue angle of 357.45º 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 #FECFD1 is Cyan = 0, Magento = 0.19, Yellow = 0.18 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 207 | 209 | - |
| CMYK | 0 | 0.19 | 0.18 | 0.00 |
| HSL | 357.45º | 0.96% | 0.9% | - |
| HSV(B) | 357.45º | 0.19% | 1% | - |
| XYZ | 74.69 | 70.3 | 69.95 | - |
| YUV | 221.28 | 121.07 | 151.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 207 | 209 | 0 | 0.19 | 0.18 | 0.00 | 357.45 | 0.96 | 0.9 |
| Hex | FE | CF | D1 | 0 | 13 | 12 | 0 | 165 | 60 | 5A |
| Octal | 376 | 317 | 321 | 0 | 23 | 22 | 0 | 545 | 140 | 132 |
| Binary | 11111110 | 11001111 | 11010001 | 0 | 10011 | 10010 | 0 | 101100101 | 1100000 | 1011010 |
Color Harmonies of #FECFD1
Complementary color
Monochromatic Colors of #FECFD1
Black with #FECFD1
Text Example
Text Example
White with #FECFD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FECFD1; }
p { color: rgb(254,207,209); }
H1.HeaderClassName
{
color: #FECFD1;
}
.AnyTagClassName
{
color: #FECFD1;
}
</style>
background-color css
<style>
a { background-color: #FECFD1; }
a { background-color: rgb(254,207,209); }
div.DivClassName
{
background-color: #FECFD1;
}
.BgClassName
{
background-color: #FECFD1;
}
</style>
border-color css
<style>
span { border-color: #FECFD1; }
span { border-color: rgb(254,207,209); }
td.TdClassName
{
border-color: #FECFD1;
}
.TagClassName
{
border-color: #FECFD1;
}
</style>