Shades of We Peep #FEDBDC
Tints of We Peep #FEDBDC
RGB
CMYK
RGB Variations
Color information
#FEDBDC (or 0xFEDBDC) is known color: We Peep. HEX triplet: FE, DB and DC. RGB value is (254,219,220). Sum of RGB (Red+Green+Blue) = 254+219+220=693 (91% of max value = 765). Red value is 254 (99.61% from 255 or 36.65% from 693); Green value is 219 (85.94% from 255 or 31.60% from 693); Blue value is 220 (86.33% from 255 or 31.75% from 693); Max value from RGB is 254 - color contains mainly: red. Hex color #FEDBDC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEDBDC is #012423. Grayscale: #E5E5E5. Windows color (decimal): -74788 or 14474238. OLE color: 14474238.
HSL color Cylindrical-coordinate representation of color #FEDBDC: hue angle of 358.29º degrees, saturation: 0.95, lightness: 0.93%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #FEDBDC is Cyan = 0, Magento = 0.14, Yellow = 0.13 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 219 | 220 | - |
| CMYK | 0 | 0.14 | 0.13 | 0.00 |
| HSL | 358.29º | 0.95% | 0.93% | - |
| HSV(B) | 358.29º | 0.14% | 1% | - |
| XYZ | 79.12 | 76.9 | 78.38 | - |
| YUV | 229.58 | 122.6 | 145.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 219 | 220 | 0 | 0.14 | 0.13 | 0.00 | 358.29 | 0.95 | 0.93 |
| Hex | FE | DB | DC | 0 | E | D | 0 | 166 | 5F | 5D |
| Octal | 376 | 333 | 334 | 0 | 16 | 15 | 0 | 546 | 137 | 135 |
| Binary | 11111110 | 11011011 | 11011100 | 0 | 1110 | 1101 | 0 | 101100110 | 1011111 | 1011101 |
Color Harmonies of #FEDBDC
Complementary color
Monochromatic Colors of #FEDBDC
Black with #FEDBDC
Text Example
Text Example
White with #FEDBDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEDBDC; }
p { color: rgb(254,219,220); }
H1.HeaderClassName
{
color: #FEDBDC;
}
.AnyTagClassName
{
color: #FEDBDC;
}
</style>
background-color css
<style>
a { background-color: #FEDBDC; }
a { background-color: rgb(254,219,220); }
div.DivClassName
{
background-color: #FEDBDC;
}
.BgClassName
{
background-color: #FEDBDC;
}
</style>
border-color css
<style>
span { border-color: #FEDBDC; }
span { border-color: rgb(254,219,220); }
td.TdClassName
{
border-color: #FEDBDC;
}
.TagClassName
{
border-color: #FEDBDC;
}
</style>