Shades of We Peep #FECDD1
Tints of We Peep #FECDD1
RGB
CMYK
RGB Variations
Color information
#FECDD1 (or 0xFECDD1) is known color: We Peep. HEX triplet: FE, CD and D1. RGB value is (254,205,209). Sum of RGB (Red+Green+Blue) = 254+205+209=668 (88% of max value = 765). Red value is 254 (99.61% from 255 or 38.02% from 668); Green value is 205 (80.47% from 255 or 30.69% from 668); Blue value is 209 (82.03% from 255 or 31.29% from 668); Max value from RGB is 254 - color contains mainly: red. Hex color #FECDD1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FECDD1 is #01322E. Grayscale: #DCDCDC. Windows color (decimal): -78383 or 13749758. OLE color: 13749758.
HSL color Cylindrical-coordinate representation of color #FECDD1: hue angle of 355.1º 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 #FECDD1 is Cyan = 0, Magento = 0.19, Yellow = 0.18 and Black (K on CMYK) = 0.00.
Color convert
RGB | 254 | 205 | 209 | - |
CMYK | 0 | 0.19 | 0.18 | 0.00 |
HSL | 355.1º | 0.96% | 0.9% | - |
HSV(B) | 355.1º | 0.19% | 1% | - |
XYZ | 74.21 | 69.34 | 69.79 | - |
YUV | 220.11 | 121.73 | 152.17 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 254 | 205 | 209 | 0 | 0.19 | 0.18 | 0.00 | 355.1 | 0.96 | 0.9 |
Hex | FE | CD | D1 | 0 | 13 | 12 | 0 | 163 | 60 | 5A |
Octal | 376 | 315 | 321 | 0 | 23 | 22 | 0 | 543 | 140 | 132 |
Binary | 11111110 | 11001101 | 11010001 | 0 | 10011 | 10010 | 0 | 101100011 | 1100000 | 1011010 |
Color Harmonies of #FECDD1
Complementary color
Monochromatic Colors of #FECDD1
Black with #FECDD1
Text Example
Text Example
White with #FECDD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FECDD1; }
p { color: rgb(254,205,209); }
H1.HeaderClassName
{
color: #FECDD1;
}
.AnyTagClassName
{
color: #FECDD1;
}
</style>
background-color css
<style>
a { background-color: #FECDD1; }
a { background-color: rgb(254,205,209); }
div.DivClassName
{
background-color: #FECDD1;
}
.BgClassName
{
background-color: #FECDD1;
}
</style>
border-color css
<style>
span { border-color: #FECDD1; }
span { border-color: rgb(254,205,209); }
td.TdClassName
{
border-color: #FECDD1;
}
.TagClassName
{
border-color: #FECDD1;
}
</style>