Shades of We Peep #FECDD2
Tints of We Peep #FECDD2
RGB
CMYK
RGB Variations
Color information
#FECDD2 (or 0xFECDD2) is known color: We Peep. HEX triplet: FE, CD and D2. RGB value is (254,205,210). Sum of RGB (Red+Green+Blue) = 254+205+210=669 (88% of max value = 765). Red value is 254 (99.61% from 255 or 37.97% from 669); Green value is 205 (80.47% from 255 or 30.64% from 669); Blue value is 210 (82.42% from 255 or 31.39% from 669); Max value from RGB is 254 - color contains mainly: red. Hex color #FECDD2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FECDD2 is #01322D. Grayscale: #DCDCDC. Windows color (decimal): -78382 or 13815294. OLE color: 13815294.
HSL color Cylindrical-coordinate representation of color #FECDD2: hue angle of 353.88º 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 #FECDD2 is Cyan = 0, Magento = 0.19, Yellow = 0.17 and Black (K on CMYK) = 0.00.
Color convert
RGB | 254 | 205 | 210 | - |
CMYK | 0 | 0.19 | 0.17 | 0.00 |
HSL | 353.88º | 0.96% | 0.9% | - |
HSV(B) | 353.88º | 0.19% | 1% | - |
XYZ | 74.34 | 69.39 | 70.45 | - |
YUV | 220.22 | 122.23 | 152.09 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 254 | 205 | 210 | 0 | 0.19 | 0.17 | 0.00 | 353.88 | 0.96 | 0.9 |
Hex | FE | CD | D2 | 0 | 13 | 11 | 0 | 162 | 60 | 5A |
Octal | 376 | 315 | 322 | 0 | 23 | 21 | 0 | 542 | 140 | 132 |
Binary | 11111110 | 11001101 | 11010010 | 0 | 10011 | 10001 | 0 | 101100010 | 1100000 | 1011010 |
Color Harmonies of #FECDD2
Complementary color
Monochromatic Colors of #FECDD2
Black with #FECDD2
Text Example
Text Example
White with #FECDD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FECDD2; }
p { color: rgb(254,205,210); }
H1.HeaderClassName
{
color: #FECDD2;
}
.AnyTagClassName
{
color: #FECDD2;
}
</style>
background-color css
<style>
a { background-color: #FECDD2; }
a { background-color: rgb(254,205,210); }
div.DivClassName
{
background-color: #FECDD2;
}
.BgClassName
{
background-color: #FECDD2;
}
</style>
border-color css
<style>
span { border-color: #FECDD2; }
span { border-color: rgb(254,205,210); }
td.TdClassName
{
border-color: #FECDD2;
}
.TagClassName
{
border-color: #FECDD2;
}
</style>