Shades of We Peep #FFD4D8
Tints of We Peep #FFD4D8
RGB
CMYK
RGB Variations
Color information
#FFD4D8 (or 0xFFD4D8) is known color: We Peep. HEX triplet: FF, D4 and D8. RGB value is (255,212,216). Sum of RGB (Red+Green+Blue) = 255+212+216=683 (90% of max value = 765). Red value is 255 (100% from 255 or 37.34% from 683); Green value is 212 (83.20% from 255 or 31.04% from 683); Blue value is 216 (84.77% from 255 or 31.63% from 683); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD4D8 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFD4D8 is #002B27. Grayscale: #E1E1E1. Windows color (decimal): -11048 or 14210303. OLE color: 14210303.
HSL color Cylindrical-coordinate representation of color #FFD4D8: hue angle of 354.42º degrees, saturation: 1, lightness: 0.92%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #FFD4D8 is Cyan = 0, Magento = 0.17, Yellow = 0.15 and Black (K on CMYK) = 0.
Color convert
RGB | 255 | 212 | 216 | - |
CMYK | 0 | 0.17 | 0.15 | 0 |
HSL | 354.42º | 1% | 0.92% | - |
HSV(B) | 354.42º | 0.17% | 1% | - |
XYZ | 77.18 | 73.3 | 75.05 | - |
YUV | 225.31 | 122.75 | 149.17 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 255 | 212 | 216 | 0 | 0.17 | 0.15 | 0 | 354.42 | 1 | 0.92 |
Hex | FF | D4 | D8 | 0 | 11 | F | 0 | 162 | 64 | 5C |
Octal | 377 | 324 | 330 | 0 | 21 | 17 | 0 | 542 | 144 | 134 |
Binary | 11111111 | 11010100 | 11011000 | 0 | 10001 | 1111 | 0 | 101100010 | 1100100 | 1011100 |
Color Harmonies of #FFD4D8
Complementary color
Monochromatic Colors of #FFD4D8
Black with #FFD4D8
Text Example
Text Example
White with #FFD4D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFD4D8; }
p { color: rgb(255,212,216); }
H1.HeaderClassName
{
color: #FFD4D8;
}
.AnyTagClassName
{
color: #FFD4D8;
}
</style>
background-color css
<style>
a { background-color: #FFD4D8; }
a { background-color: rgb(255,212,216); }
div.DivClassName
{
background-color: #FFD4D8;
}
.BgClassName
{
background-color: #FFD4D8;
}
</style>
border-color css
<style>
span { border-color: #FFD4D8; }
span { border-color: rgb(255,212,216); }
td.TdClassName
{
border-color: #FFD4D8;
}
.TagClassName
{
border-color: #FFD4D8;
}
</style>