Shades of We Peep #FFD0D4
Tints of We Peep #FFD0D4
RGB
CMYK
RGB Variations
Color information
#FFD0D4 (or 0xFFD0D4) is known color: We Peep. HEX triplet: FF, D0 and D4. RGB value is (255,208,212). Sum of RGB (Red+Green+Blue) = 255+208+212=675 (89% of max value = 765). Red value is 255 (100% from 255 or 37.78% from 675); Green value is 208 (81.64% from 255 or 30.81% from 675); Blue value is 212 (83.20% from 255 or 31.41% from 675); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD0D4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFD0D4 is #002F2B. Grayscale: #DEDEDE. Windows color (decimal): -12076 or 13947135. OLE color: 13947135.
HSL color Cylindrical-coordinate representation of color #FFD0D4: hue angle of 354.89º 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 #FFD0D4 is Cyan = 0, Magento = 0.18, Yellow = 0.17 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 208 | 212 | - |
| CMYK | 0 | 0.18 | 0.17 | 0 |
| HSL | 354.89º | 1% | 0.91% | - |
| HSV(B) | 354.89º | 0.18% | 1% | - |
| XYZ | 75.68 | 71.13 | 72.03 | - |
| YUV | 222.51 | 122.07 | 151.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 208 | 212 | 0 | 0.18 | 0.17 | 0 | 354.89 | 1 | 0.91 |
| Hex | FF | D0 | D4 | 0 | 12 | 11 | 0 | 163 | 64 | 5B |
| Octal | 377 | 320 | 324 | 0 | 22 | 21 | 0 | 543 | 144 | 133 |
| Binary | 11111111 | 11010000 | 11010100 | 0 | 10010 | 10001 | 0 | 101100011 | 1100100 | 1011011 |
Color Harmonies of #FFD0D4
Complementary color
Monochromatic Colors of #FFD0D4
Black with #FFD0D4
Text Example
Text Example
White with #FFD0D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFD0D4; }
p { color: rgb(255,208,212); }
H1.HeaderClassName
{
color: #FFD0D4;
}
.AnyTagClassName
{
color: #FFD0D4;
}
</style>
background-color css
<style>
a { background-color: #FFD0D4; }
a { background-color: rgb(255,208,212); }
div.DivClassName
{
background-color: #FFD0D4;
}
.BgClassName
{
background-color: #FFD0D4;
}
</style>
border-color css
<style>
span { border-color: #FFD0D4; }
span { border-color: rgb(255,208,212); }
td.TdClassName
{
border-color: #FFD0D4;
}
.TagClassName
{
border-color: #FFD0D4;
}
</style>