Shades of Lavender Blush #FFDFF6
Tints of Lavender Blush #FFDFF6
RGB
CMYK
RGB Variations
Color information
#FFDFF6 (or 0xFFDFF6) is known color: Lavender Blush. HEX triplet: FF, DF and F6. RGB value is (255,223,246). Sum of RGB (Red+Green+Blue) = 255+223+246=724 (95% of max value = 765). Red value is 255 (100% from 255 or 35.22% from 724); Green value is 223 (87.5% from 255 or 30.80% from 724); Blue value is 246 (96.48% from 255 or 33.98% from 724); Max value from RGB is 255 - color contains mainly: red. Hex color #FFDFF6 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FFDFF6 is #002009. Grayscale: #EBEBEB. Windows color (decimal): -8202 or 16179199. OLE color: 16179199.
HSL color Cylindrical-coordinate representation of color #FFDFF6: hue angle of 316.88º degrees, saturation: 1, lightness: 0.94%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #FFDFF6 is Cyan = 0, Magento = 0.13, Yellow = 0.04 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 223 | 246 | - |
| CMYK | 0 | 0.13 | 0.04 | 0 |
| HSL | 316.88º | 1% | 0.94% | - |
| HSV(B) | 316.88º | 0.13% | 1% | - |
| XYZ | 84.26 | 80.69 | 98.32 | - |
| YUV | 235.19 | 134.1 | 142.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 223 | 246 | 0 | 0.13 | 0.04 | 0 | 316.88 | 1 | 0.94 |
| Hex | FF | DF | F6 | 0 | D | 4 | 0 | 13D | 64 | 5E |
| Octal | 377 | 337 | 366 | 0 | 15 | 4 | 0 | 475 | 144 | 136 |
| Binary | 11111111 | 11011111 | 11110110 | 0 | 1101 | 100 | 0 | 100111101 | 1100100 | 1011110 |
Color Harmonies of #FFDFF6
Complementary color
Monochromatic Colors of #FFDFF6
Black with #FFDFF6
Text Example
Text Example
White with #FFDFF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFDFF6; }
p { color: rgb(255,223,246); }
H1.HeaderClassName
{
color: #FFDFF6;
}
.AnyTagClassName
{
color: #FFDFF6;
}
</style>
background-color css
<style>
a { background-color: #FFDFF6; }
a { background-color: rgb(255,223,246); }
div.DivClassName
{
background-color: #FFDFF6;
}
.BgClassName
{
background-color: #FFDFF6;
}
</style>
border-color css
<style>
span { border-color: #FFDFF6; }
span { border-color: rgb(255,223,246); }
td.TdClassName
{
border-color: #FFDFF6;
}
.TagClassName
{
border-color: #FFDFF6;
}
</style>