Shades of We Peep #FEDADB
Tints of We Peep #FEDADB
RGB
CMYK
RGB Variations
Color information
#FEDADB (or 0xFEDADB) is known color: We Peep. HEX triplet: FE, DA and DB. RGB value is (254,218,219). Sum of RGB (Red+Green+Blue) = 254+218+219=691 (91% of max value = 765). Red value is 254 (99.61% from 255 or 36.76% from 691); Green value is 218 (85.55% from 255 or 31.55% from 691); Blue value is 219 (85.94% from 255 or 31.69% from 691); Max value from RGB is 254 - color contains mainly: red. Hex color #FEDADB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEDADB is #012524. Grayscale: #E4E4E4. Windows color (decimal): -75045 or 14408446. OLE color: 14408446.
HSL color Cylindrical-coordinate representation of color #FEDADB: hue angle of 358.33º 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 #FEDADB is Cyan = 0, Magento = 0.14, Yellow = 0.14 and Black (K on CMYK) = 0.00.
Color convert
RGB | 254 | 218 | 219 | - |
CMYK | 0 | 0.14 | 0.14 | 0.00 |
HSL | 358.33º | 0.95% | 0.93% | - |
HSV(B) | 358.33º | 0.14% | 1% | - |
XYZ | 78.73 | 76.33 | 77.6 | - |
YUV | 228.88 | 122.43 | 145.92 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 254 | 218 | 219 | 0 | 0.14 | 0.14 | 0.00 | 358.33 | 0.95 | 0.93 |
Hex | FE | DA | DB | 0 | E | E | 0 | 166 | 5F | 5D |
Octal | 376 | 332 | 333 | 0 | 16 | 16 | 0 | 546 | 137 | 135 |
Binary | 11111110 | 11011010 | 11011011 | 0 | 1110 | 1110 | 0 | 101100110 | 1011111 | 1011101 |
Color Harmonies of #FEDADB
Complementary color
Monochromatic Colors of #FEDADB
Black with #FEDADB
Text Example
Text Example
White with #FEDADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEDADB; }
p { color: rgb(254,218,219); }
H1.HeaderClassName
{
color: #FEDADB;
}
.AnyTagClassName
{
color: #FEDADB;
}
</style>
background-color css
<style>
a { background-color: #FEDADB; }
a { background-color: rgb(254,218,219); }
div.DivClassName
{
background-color: #FEDADB;
}
.BgClassName
{
background-color: #FEDADB;
}
</style>
border-color css
<style>
span { border-color: #FEDADB; }
span { border-color: rgb(254,218,219); }
td.TdClassName
{
border-color: #FEDADB;
}
.TagClassName
{
border-color: #FEDADB;
}
</style>