Shades of We Peep #FFD8DB
Tints of We Peep #FFD8DB
RGB
CMYK
RGB Variations
Color information
#FFD8DB (or 0xFFD8DB) is known color: We Peep. HEX triplet: FF, D8 and DB. RGB value is (255,216,219). Sum of RGB (Red+Green+Blue) = 255+216+219=690 (91% of max value = 765). Red value is 255 (100% from 255 or 36.96% from 690); Green value is 216 (84.77% from 255 or 31.30% from 690); Blue value is 219 (85.94% from 255 or 31.74% from 690); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD8DB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFD8DB is #002724. Grayscale: #E4E4E4. Windows color (decimal): -10021 or 14407935. OLE color: 14407935.
HSL color Cylindrical-coordinate representation of color #FFD8DB: hue angle of 355.38º degrees, saturation: 1, lightness: 0.92%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #FFD8DB is Cyan = 0, Magento = 0.15, Yellow = 0.14 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 216 | 219 | - |
| CMYK | 0 | 0.15 | 0.14 | 0 |
| HSL | 355.38º | 1% | 0.92% | - |
| HSV(B) | 355.38º | 0.15% | 1% | - |
| XYZ | 78.58 | 75.49 | 77.45 | - |
| YUV | 228 | 122.92 | 147.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 216 | 219 | 0 | 0.15 | 0.14 | 0 | 355.38 | 1 | 0.92 |
| Hex | FF | D8 | DB | 0 | F | E | 0 | 163 | 64 | 5C |
| Octal | 377 | 330 | 333 | 0 | 17 | 16 | 0 | 543 | 144 | 134 |
| Binary | 11111111 | 11011000 | 11011011 | 0 | 1111 | 1110 | 0 | 101100011 | 1100100 | 1011100 |
Color Harmonies of #FFD8DB
Complementary color
Monochromatic Colors of #FFD8DB
Black with #FFD8DB
Text Example
Text Example
White with #FFD8DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFD8DB; }
p { color: rgb(255,216,219); }
H1.HeaderClassName
{
color: #FFD8DB;
}
.AnyTagClassName
{
color: #FFD8DB;
}
</style>
background-color css
<style>
a { background-color: #FFD8DB; }
a { background-color: rgb(255,216,219); }
div.DivClassName
{
background-color: #FFD8DB;
}
.BgClassName
{
background-color: #FFD8DB;
}
</style>
border-color css
<style>
span { border-color: #FFD8DB; }
span { border-color: rgb(255,216,219); }
td.TdClassName
{
border-color: #FFD8DB;
}
.TagClassName
{
border-color: #FFD8DB;
}
</style>