Shades of We Peep #FFD3D8
Tints of We Peep #FFD3D8
RGB
CMYK
RGB Variations
Color information
#FFD3D8 (or 0xFFD3D8) is known color: We Peep. HEX triplet: FF, D3 and D8. RGB value is (255,211,216). Sum of RGB (Red+Green+Blue) = 255+211+216=682 (90% of max value = 765). Red value is 255 (100% from 255 or 37.39% from 682); Green value is 211 (82.81% from 255 or 30.94% from 682); Blue value is 216 (84.77% from 255 or 31.67% from 682); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD3D8 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFD3D8 is #002C27. Grayscale: #E0E0E0. Windows color (decimal): -11304 or 14210047. OLE color: 14210047.
HSL color Cylindrical-coordinate representation of color #FFD3D8: hue angle of 353.18º degrees, saturation: 1, lightness: 0.91%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #FFD3D8 is Cyan = 0, Magento = 0.17, Yellow = 0.15 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 211 | 216 | - |
| CMYK | 0 | 0.17 | 0.15 | 0 |
| HSL | 353.18º | 1% | 0.91% | - |
| HSV(B) | 353.18º | 0.17% | 1% | - |
| XYZ | 76.93 | 72.81 | 74.96 | - |
| YUV | 224.73 | 123.08 | 149.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 211 | 216 | 0 | 0.17 | 0.15 | 0 | 353.18 | 1 | 0.91 |
| Hex | FF | D3 | D8 | 0 | 11 | F | 0 | 161 | 64 | 5B |
| Octal | 377 | 323 | 330 | 0 | 21 | 17 | 0 | 541 | 144 | 133 |
| Binary | 11111111 | 11010011 | 11011000 | 0 | 10001 | 1111 | 0 | 101100001 | 1100100 | 1011011 |
Color Harmonies of #FFD3D8
Complementary color
Monochromatic Colors of #FFD3D8
Black with #FFD3D8
Text Example
Text Example
White with #FFD3D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFD3D8; }
p { color: rgb(255,211,216); }
H1.HeaderClassName
{
color: #FFD3D8;
}
.AnyTagClassName
{
color: #FFD3D8;
}
</style>
background-color css
<style>
a { background-color: #FFD3D8; }
a { background-color: rgb(255,211,216); }
div.DivClassName
{
background-color: #FFD3D8;
}
.BgClassName
{
background-color: #FFD3D8;
}
</style>
border-color css
<style>
span { border-color: #FFD3D8; }
span { border-color: rgb(255,211,216); }
td.TdClassName
{
border-color: #FFD3D8;
}
.TagClassName
{
border-color: #FFD3D8;
}
</style>