Shades of We Peep #FFD1D3
Tints of We Peep #FFD1D3
RGB
CMYK
RGB Variations
Color information
#FFD1D3 (or 0xFFD1D3) is known color: We Peep. HEX triplet: FF, D1 and D3. RGB value is (255,209,211). Sum of RGB (Red+Green+Blue) = 255+209+211=675 (89% of max value = 765). Red value is 255 (100% from 255 or 37.78% from 675); Green value is 209 (82.03% from 255 or 30.96% from 675); Blue value is 211 (82.81% from 255 or 31.26% from 675); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD1D3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFD1D3 is #002E2C. Grayscale: #DFDFDF. Windows color (decimal): -11821 or 13881855. OLE color: 13881855.
HSL color Cylindrical-coordinate representation of color #FFD1D3: hue angle of 357.39º degrees, saturation: 1, lightness: 0.91%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #FFD1D3 is Cyan = 0, Magento = 0.18, Yellow = 0.17 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 209 | 211 | - |
| CMYK | 0 | 0.18 | 0.17 | 0 |
| HSL | 357.39º | 1% | 0.91% | - |
| HSV(B) | 357.39º | 0.18% | 1% | - |
| XYZ | 75.8 | 71.56 | 71.45 | - |
| YUV | 222.98 | 121.24 | 150.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 209 | 211 | 0 | 0.18 | 0.17 | 0 | 357.39 | 1 | 0.91 |
| Hex | FF | D1 | D3 | 0 | 12 | 11 | 0 | 165 | 64 | 5B |
| Octal | 377 | 321 | 323 | 0 | 22 | 21 | 0 | 545 | 144 | 133 |
| Binary | 11111111 | 11010001 | 11010011 | 0 | 10010 | 10001 | 0 | 101100101 | 1100100 | 1011011 |
Color Harmonies of #FFD1D3
Complementary color
Monochromatic Colors of #FFD1D3
Black with #FFD1D3
Text Example
Text Example
White with #FFD1D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFD1D3; }
p { color: rgb(255,209,211); }
H1.HeaderClassName
{
color: #FFD1D3;
}
.AnyTagClassName
{
color: #FFD1D3;
}
</style>
background-color css
<style>
a { background-color: #FFD1D3; }
a { background-color: rgb(255,209,211); }
div.DivClassName
{
background-color: #FFD1D3;
}
.BgClassName
{
background-color: #FFD1D3;
}
</style>
border-color css
<style>
span { border-color: #FFD1D3; }
span { border-color: rgb(255,209,211); }
td.TdClassName
{
border-color: #FFD1D3;
}
.TagClassName
{
border-color: #FFD1D3;
}
</style>