Shades of We Peep #FFDADC
Tints of We Peep #FFDADC
RGB
CMYK
RGB Variations
Color information
#FFDADC (or 0xFFDADC) is known color: We Peep. HEX triplet: FF, DA and DC. RGB value is (255,218,220). Sum of RGB (Red+Green+Blue) = 255+218+220=693 (91% of max value = 765). Red value is 255 (100% from 255 or 36.80% from 693); Green value is 218 (85.55% from 255 or 31.46% from 693); Blue value is 220 (86.33% from 255 or 31.75% from 693); Max value from RGB is 255 - color contains mainly: red. Hex color #FFDADC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFDADC is #002523. Grayscale: #E5E5E5. Windows color (decimal): -9508 or 14473983. OLE color: 14473983.
HSL color Cylindrical-coordinate representation of color #FFDADC: hue angle of 356.76º degrees, saturation: 1, lightness: 0.93%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #FFDADC is Cyan = 0, Magento = 0.15, Yellow = 0.14 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 218 | 220 | - |
| CMYK | 0 | 0.15 | 0.14 | 0 |
| HSL | 356.76º | 1% | 0.93% | - |
| HSV(B) | 356.76º | 0.15% | 1% | - |
| XYZ | 79.23 | 76.57 | 78.31 | - |
| YUV | 229.29 | 122.76 | 146.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 218 | 220 | 0 | 0.15 | 0.14 | 0 | 356.76 | 1 | 0.93 |
| Hex | FF | DA | DC | 0 | F | E | 0 | 165 | 64 | 5D |
| Octal | 377 | 332 | 334 | 0 | 17 | 16 | 0 | 545 | 144 | 135 |
| Binary | 11111111 | 11011010 | 11011100 | 0 | 1111 | 1110 | 0 | 101100101 | 1100100 | 1011101 |
Color Harmonies of #FFDADC
Complementary color
Monochromatic Colors of #FFDADC
Black with #FFDADC
Text Example
Text Example
White with #FFDADC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFDADC; }
p { color: rgb(255,218,220); }
H1.HeaderClassName
{
color: #FFDADC;
}
.AnyTagClassName
{
color: #FFDADC;
}
</style>
background-color css
<style>
a { background-color: #FFDADC; }
a { background-color: rgb(255,218,220); }
div.DivClassName
{
background-color: #FFDADC;
}
.BgClassName
{
background-color: #FFDADC;
}
</style>
border-color css
<style>
span { border-color: #FFDADC; }
span { border-color: rgb(255,218,220); }
td.TdClassName
{
border-color: #FFDADC;
}
.TagClassName
{
border-color: #FFDADC;
}
</style>