Shades of We Peep #FFD2D4
Tints of We Peep #FFD2D4
RGB
CMYK
RGB Variations
Color information
#FFD2D4 (or 0xFFD2D4) is known color: We Peep. HEX triplet: FF, D2 and D4. RGB value is (255,210,212). Sum of RGB (Red+Green+Blue) = 255+210+212=677 (89% of max value = 765). Red value is 255 (100% from 255 or 37.67% from 677); Green value is 210 (82.42% from 255 or 31.02% from 677); Blue value is 212 (83.20% from 255 or 31.31% from 677); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD2D4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFD2D4 is #002D2B. Grayscale: #DFDFDF. Windows color (decimal): -11564 or 13947647. OLE color: 13947647.
HSL color Cylindrical-coordinate representation of color #FFD2D4: hue angle of 357.33º 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 #FFD2D4 is Cyan = 0, Magento = 0.18, Yellow = 0.17 and Black (K on CMYK) = 0.
Color convert
RGB | 255 | 210 | 212 | - |
CMYK | 0 | 0.18 | 0.17 | 0 |
HSL | 357.33º | 1% | 0.91% | - |
HSV(B) | 357.33º | 0.18% | 1% | - |
XYZ | 76.17 | 72.11 | 72.19 | - |
YUV | 223.68 | 121.41 | 150.34 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 255 | 210 | 212 | 0 | 0.18 | 0.17 | 0 | 357.33 | 1 | 0.91 |
Hex | FF | D2 | D4 | 0 | 12 | 11 | 0 | 165 | 64 | 5B |
Octal | 377 | 322 | 324 | 0 | 22 | 21 | 0 | 545 | 144 | 133 |
Binary | 11111111 | 11010010 | 11010100 | 0 | 10010 | 10001 | 0 | 101100101 | 1100100 | 1011011 |
Color Harmonies of #FFD2D4
Complementary color
Monochromatic Colors of #FFD2D4
Black with #FFD2D4
Text Example
Text Example
White with #FFD2D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFD2D4; }
p { color: rgb(255,210,212); }
H1.HeaderClassName
{
color: #FFD2D4;
}
.AnyTagClassName
{
color: #FFD2D4;
}
</style>
background-color css
<style>
a { background-color: #FFD2D4; }
a { background-color: rgb(255,210,212); }
div.DivClassName
{
background-color: #FFD2D4;
}
.BgClassName
{
background-color: #FFD2D4;
}
</style>
border-color css
<style>
span { border-color: #FFD2D4; }
span { border-color: rgb(255,210,212); }
td.TdClassName
{
border-color: #FFD2D4;
}
.TagClassName
{
border-color: #FFD2D4;
}
</style>