Shades of We Peep #FFD3D5
Tints of We Peep #FFD3D5
RGB
CMYK
RGB Variations
Color information
#FFD3D5 (or 0xFFD3D5) is known color: We Peep. HEX triplet: FF, D3 and D5. RGB value is (255,211,213). Sum of RGB (Red+Green+Blue) = 255+211+213=679 (89% of max value = 765). Red value is 255 (100% from 255 or 37.56% from 679); Green value is 211 (82.81% from 255 or 31.08% from 679); Blue value is 213 (83.59% from 255 or 31.37% from 679); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD3D5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFD3D5 is #002C2A. Grayscale: #E0E0E0. Windows color (decimal): -11307 or 14013439. OLE color: 14013439.
HSL color Cylindrical-coordinate representation of color #FFD3D5: hue angle of 357.27º 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 #FFD3D5 is Cyan = 0, Magento = 0.17, Yellow = 0.16 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 211 | 213 | - |
| CMYK | 0 | 0.17 | 0.16 | 0 |
| HSL | 357.27º | 1% | 0.91% | - |
| HSV(B) | 357.27º | 0.17% | 1% | - |
| XYZ | 76.54 | 72.65 | 72.94 | - |
| YUV | 224.38 | 121.58 | 149.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 211 | 213 | 0 | 0.17 | 0.16 | 0 | 357.27 | 1 | 0.91 |
| Hex | FF | D3 | D5 | 0 | 11 | 10 | 0 | 165 | 64 | 5B |
| Octal | 377 | 323 | 325 | 0 | 21 | 20 | 0 | 545 | 144 | 133 |
| Binary | 11111111 | 11010011 | 11010101 | 0 | 10001 | 10000 | 0 | 101100101 | 1100100 | 1011011 |
Color Harmonies of #FFD3D5
Complementary color
Monochromatic Colors of #FFD3D5
Black with #FFD3D5
Text Example
Text Example
White with #FFD3D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFD3D5; }
p { color: rgb(255,211,213); }
H1.HeaderClassName
{
color: #FFD3D5;
}
.AnyTagClassName
{
color: #FFD3D5;
}
</style>
background-color css
<style>
a { background-color: #FFD3D5; }
a { background-color: rgb(255,211,213); }
div.DivClassName
{
background-color: #FFD3D5;
}
.BgClassName
{
background-color: #FFD3D5;
}
</style>
border-color css
<style>
span { border-color: #FFD3D5; }
span { border-color: rgb(255,211,213); }
td.TdClassName
{
border-color: #FFD3D5;
}
.TagClassName
{
border-color: #FFD3D5;
}
</style>