Shades of We Peep #FFD2D6
Tints of We Peep #FFD2D6
RGB
CMYK
RGB Variations
Color information
#FFD2D6 (or 0xFFD2D6) is known color: We Peep. HEX triplet: FF, D2 and D6. RGB value is (255,210,214). Sum of RGB (Red+Green+Blue) = 255+210+214=679 (89% of max value = 765). Red value is 255 (100% from 255 or 37.56% from 679); Green value is 210 (82.42% from 255 or 30.93% from 679); Blue value is 214 (83.98% from 255 or 31.52% from 679); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD2D6 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFD2D6 is #002D29. Grayscale: #DFDFDF. Windows color (decimal): -11562 or 14078719. OLE color: 14078719.
HSL color Cylindrical-coordinate representation of color #FFD2D6: hue angle of 354.67º 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 #FFD2D6 is Cyan = 0, Magento = 0.18, Yellow = 0.16 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 210 | 214 | - |
| CMYK | 0 | 0.18 | 0.16 | 0 |
| HSL | 354.67º | 1% | 0.91% | - |
| HSV(B) | 354.67º | 0.18% | 1% | - |
| XYZ | 76.42 | 72.21 | 73.53 | - |
| YUV | 223.91 | 122.41 | 150.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 210 | 214 | 0 | 0.18 | 0.16 | 0 | 354.67 | 1 | 0.91 |
| Hex | FF | D2 | D6 | 0 | 12 | 10 | 0 | 163 | 64 | 5B |
| Octal | 377 | 322 | 326 | 0 | 22 | 20 | 0 | 543 | 144 | 133 |
| Binary | 11111111 | 11010010 | 11010110 | 0 | 10010 | 10000 | 0 | 101100011 | 1100100 | 1011011 |
Color Harmonies of #FFD2D6
Complementary color
Monochromatic Colors of #FFD2D6
Black with #FFD2D6
Text Example
Text Example
White with #FFD2D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFD2D6; }
p { color: rgb(255,210,214); }
H1.HeaderClassName
{
color: #FFD2D6;
}
.AnyTagClassName
{
color: #FFD2D6;
}
</style>
background-color css
<style>
a { background-color: #FFD2D6; }
a { background-color: rgb(255,210,214); }
div.DivClassName
{
background-color: #FFD2D6;
}
.BgClassName
{
background-color: #FFD2D6;
}
</style>
border-color css
<style>
span { border-color: #FFD2D6; }
span { border-color: rgb(255,210,214); }
td.TdClassName
{
border-color: #FFD2D6;
}
.TagClassName
{
border-color: #FFD2D6;
}
</style>