Shades of We Peep #FECDCF
Tints of We Peep #FECDCF
RGB
CMYK
RGB Variations
Color information
#FECDCF (or 0xFECDCF) is known color: We Peep. HEX triplet: FE, CD and CF. RGB value is (254,205,207). Sum of RGB (Red+Green+Blue) = 254+205+207=666 (88% of max value = 765). Red value is 254 (99.61% from 255 or 38.14% from 666); Green value is 205 (80.47% from 255 or 30.78% from 666); Blue value is 207 (81.25% from 255 or 31.08% from 666); Max value from RGB is 254 - color contains mainly: red. Hex color #FECDCF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FECDCF is #013230. Grayscale: #DBDBDB. Windows color (decimal): -78385 or 13618686. OLE color: 13618686.
HSL color Cylindrical-coordinate representation of color #FECDCF: hue angle of 357.55º 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 #FECDCF is Cyan = 0, Magento = 0.19, Yellow = 0.19 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 205 | 207 | - |
| CMYK | 0 | 0.19 | 0.19 | 0.00 |
| HSL | 357.55º | 0.96% | 0.9% | - |
| HSV(B) | 357.55º | 0.19% | 1% | - |
| XYZ | 73.97 | 69.24 | 68.5 | - |
| YUV | 219.88 | 120.73 | 152.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 205 | 207 | 0 | 0.19 | 0.19 | 0.00 | 357.55 | 0.96 | 0.9 |
| Hex | FE | CD | CF | 0 | 13 | 13 | 0 | 166 | 60 | 5A |
| Octal | 376 | 315 | 317 | 0 | 23 | 23 | 0 | 546 | 140 | 132 |
| Binary | 11111110 | 11001101 | 11001111 | 0 | 10011 | 10011 | 0 | 101100110 | 1100000 | 1011010 |
Color Harmonies of #FECDCF
Complementary color
Monochromatic Colors of #FECDCF
Black with #FECDCF
Text Example
Text Example
White with #FECDCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FECDCF; }
p { color: rgb(254,205,207); }
H1.HeaderClassName
{
color: #FECDCF;
}
.AnyTagClassName
{
color: #FECDCF;
}
</style>
background-color css
<style>
a { background-color: #FECDCF; }
a { background-color: rgb(254,205,207); }
div.DivClassName
{
background-color: #FECDCF;
}
.BgClassName
{
background-color: #FECDCF;
}
</style>
border-color css
<style>
span { border-color: #FECDCF; }
span { border-color: rgb(254,205,207); }
td.TdClassName
{
border-color: #FECDCF;
}
.TagClassName
{
border-color: #FECDCF;
}
</style>