Shades of We Peep #FECCD0
Tints of We Peep #FECCD0
RGB
CMYK
RGB Variations
Color information
#FECCD0 (or 0xFECCD0) is known color: We Peep. HEX triplet: FE, CC and D0. RGB value is (254,204,208). Sum of RGB (Red+Green+Blue) = 254+204+208=666 (88% of max value = 765). Red value is 254 (99.61% from 255 or 38.14% from 666); Green value is 204 (80.08% from 255 or 30.63% from 666); Blue value is 208 (81.64% from 255 or 31.23% from 666); Max value from RGB is 254 - color contains mainly: red. Hex color #FECCD0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FECCD0 is #01332F. Grayscale: #DBDBDB. Windows color (decimal): -78640 or 13683966. OLE color: 13683966.
HSL color Cylindrical-coordinate representation of color #FECCD0: hue angle of 355.2º degrees, saturation: 0.96, lightness: 0.9%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #FECCD0 is Cyan = 0, Magento = 0.20, Yellow = 0.18 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 204 | 208 | - |
| CMYK | 0 | 0.20 | 0.18 | 0.00 |
| HSL | 355.2º | 0.96% | 0.9% | - |
| HSV(B) | 355.2º | 0.2% | 1% | - |
| XYZ | 73.85 | 68.81 | 69.06 | - |
| YUV | 219.41 | 121.57 | 152.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 204 | 208 | 0 | 0.20 | 0.18 | 0.00 | 355.2 | 0.96 | 0.9 |
| Hex | FE | CC | D0 | 0 | 14 | 12 | 0 | 163 | 60 | 5A |
| Octal | 376 | 314 | 320 | 0 | 24 | 22 | 0 | 543 | 140 | 132 |
| Binary | 11111110 | 11001100 | 11010000 | 0 | 10100 | 10010 | 0 | 101100011 | 1100000 | 1011010 |
Color Harmonies of #FECCD0
Complementary color
Monochromatic Colors of #FECCD0
Black with #FECCD0
Text Example
Text Example
White with #FECCD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FECCD0; }
p { color: rgb(254,204,208); }
H1.HeaderClassName
{
color: #FECCD0;
}
.AnyTagClassName
{
color: #FECCD0;
}
</style>
background-color css
<style>
a { background-color: #FECCD0; }
a { background-color: rgb(254,204,208); }
div.DivClassName
{
background-color: #FECCD0;
}
.BgClassName
{
background-color: #FECCD0;
}
</style>
border-color css
<style>
span { border-color: #FECCD0; }
span { border-color: rgb(254,204,208); }
td.TdClassName
{
border-color: #FECCD0;
}
.TagClassName
{
border-color: #FECCD0;
}
</style>