Shades of We Peep #FECED2
Tints of We Peep #FECED2
RGB
CMYK
RGB Variations
Color information
#FECED2 (or 0xFECED2) is known color: We Peep. HEX triplet: FE, CE and D2. RGB value is (254,206,210). Sum of RGB (Red+Green+Blue) = 254+206+210=670 (88% of max value = 765). Red value is 254 (99.61% from 255 or 37.91% from 670); Green value is 206 (80.86% from 255 or 30.75% from 670); Blue value is 210 (82.42% from 255 or 31.34% from 670); Max value from RGB is 254 - color contains mainly: red. Hex color #FECED2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FECED2 is #01312D. Grayscale: #DCDCDC. Windows color (decimal): -78126 or 13815550. OLE color: 13815550.
HSL color Cylindrical-coordinate representation of color #FECED2: hue angle of 355º 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 #FECED2 is Cyan = 0, Magento = 0.19, Yellow = 0.17 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 206 | 210 | - |
| CMYK | 0 | 0.19 | 0.17 | 0.00 |
| HSL | 355º | 0.96% | 0.9% | - |
| HSV(B) | 355º | 0.19% | 1% | - |
| XYZ | 74.58 | 69.87 | 70.53 | - |
| YUV | 220.81 | 121.9 | 151.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 206 | 210 | 0 | 0.19 | 0.17 | 0.00 | 355 | 0.96 | 0.9 |
| Hex | FE | CE | D2 | 0 | 13 | 11 | 0 | 163 | 60 | 5A |
| Octal | 376 | 316 | 322 | 0 | 23 | 21 | 0 | 543 | 140 | 132 |
| Binary | 11111110 | 11001110 | 11010010 | 0 | 10011 | 10001 | 0 | 101100011 | 1100000 | 1011010 |
Color Harmonies of #FECED2
Complementary color
Monochromatic Colors of #FECED2
Black with #FECED2
Text Example
Text Example
White with #FECED2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FECED2; }
p { color: rgb(254,206,210); }
H1.HeaderClassName
{
color: #FECED2;
}
.AnyTagClassName
{
color: #FECED2;
}
</style>
background-color css
<style>
a { background-color: #FECED2; }
a { background-color: rgb(254,206,210); }
div.DivClassName
{
background-color: #FECED2;
}
.BgClassName
{
background-color: #FECED2;
}
</style>
border-color css
<style>
span { border-color: #FECED2; }
span { border-color: rgb(254,206,210); }
td.TdClassName
{
border-color: #FECED2;
}
.TagClassName
{
border-color: #FECED2;
}
</style>