Shades of Lavender Blush #FFDFF8
Tints of Lavender Blush #FFDFF8
RGB
CMYK
RGB Variations
Color information
#FFDFF8 (or 0xFFDFF8) is known color: Lavender Blush. HEX triplet: FF, DF and F8. RGB value is (255,223,248). Sum of RGB (Red+Green+Blue) = 255+223+248=726 (96% of max value = 765). Red value is 255 (100% from 255 or 35.12% from 726); Green value is 223 (87.5% from 255 or 30.72% from 726); Blue value is 248 (97.27% from 255 or 34.16% from 726); Max value from RGB is 255 - color contains mainly: red. Hex color #FFDFF8 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FFDFF8 is #002007. Grayscale: #EBEBEB. Windows color (decimal): -8200 or 16310271. OLE color: 16310271.
HSL color Cylindrical-coordinate representation of color #FFDFF8: hue angle of 313.12º 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 #FFDFF8 is Cyan = 0, Magento = 0.13, Yellow = 0.03 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 223 | 248 | - |
| CMYK | 0 | 0.13 | 0.03 | 0 |
| HSL | 313.13º | 1% | 0.94% | - |
| HSV(B) | 313.13º | 0.13% | 1% | - |
| XYZ | 84.57 | 80.81 | 99.95 | - |
| YUV | 235.42 | 135.1 | 141.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 223 | 248 | 0 | 0.13 | 0.03 | 0 | 313.13 | 1 | 0.94 |
| Hex | FF | DF | F8 | 0 | D | 3 | 0 | 139 | 64 | 5E |
| Octal | 377 | 337 | 370 | 0 | 15 | 3 | 0 | 471 | 144 | 136 |
| Binary | 11111111 | 11011111 | 11111000 | 0 | 1101 | 11 | 0 | 100111001 | 1100100 | 1011110 |
Color Harmonies of #FFDFF8
Complementary color
Monochromatic Colors of #FFDFF8
Black with #FFDFF8
Text Example
Text Example
White with #FFDFF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFDFF8; }
p { color: rgb(255,223,248); }
H1.HeaderClassName
{
color: #FFDFF8;
}
.AnyTagClassName
{
color: #FFDFF8;
}
</style>
background-color css
<style>
a { background-color: #FFDFF8; }
a { background-color: rgb(255,223,248); }
div.DivClassName
{
background-color: #FFDFF8;
}
.BgClassName
{
background-color: #FFDFF8;
}
</style>
border-color css
<style>
span { border-color: #FFDFF8; }
span { border-color: rgb(255,223,248); }
td.TdClassName
{
border-color: #FFDFF8;
}
.TagClassName
{
border-color: #FFDFF8;
}
</style>