Shades of Lavender Blush #FDDFF6
Tints of Lavender Blush #FDDFF6
RGB
CMYK
RGB Variations
Color information
#FDDFF6 (or 0xFDDFF6) is known color: Lavender Blush. HEX triplet: FD, DF and F6. RGB value is (253,223,246). Sum of RGB (Red+Green+Blue) = 253+223+246=722 (95% of max value = 765). Red value is 253 (99.22% from 255 or 35.04% from 722); Green value is 223 (87.5% from 255 or 30.89% from 722); Blue value is 246 (96.48% from 255 or 34.07% from 722); Max value from RGB is 253 - color contains mainly: red. Hex color #FDDFF6 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FDDFF6 is #022009. Grayscale: #EAEAEA. Windows color (decimal): -139274 or 16179197. OLE color: 16179197.
HSL color Cylindrical-coordinate representation of color #FDDFF6: hue angle of 314º degrees, saturation: 0.88, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #FDDFF6 is Cyan = 0, Magento = 0.12, Yellow = 0.03 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 223 | 246 | - |
| CMYK | 0 | 0.12 | 0.03 | 0.01 |
| HSL | 314º | 0.88% | 0.93% | - |
| HSV(B) | 314º | 0.12% | 0.99% | - |
| XYZ | 83.53 | 80.31 | 98.29 | - |
| YUV | 234.59 | 134.44 | 141.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 223 | 246 | 0 | 0.12 | 0.03 | 0.01 | 314 | 0.88 | 0.93 |
| Hex | FD | DF | F6 | 0 | C | 3 | 1 | 13A | 58 | 5D |
| Octal | 375 | 337 | 366 | 0 | 14 | 3 | 1 | 472 | 130 | 135 |
| Binary | 11111101 | 11011111 | 11110110 | 0 | 1100 | 11 | 1 | 100111010 | 1011000 | 1011101 |
Color Harmonies of #FDDFF6
Complementary color
Monochromatic Colors of #FDDFF6
Black with #FDDFF6
Text Example
Text Example
White with #FDDFF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDDFF6; }
p { color: rgb(253,223,246); }
H1.HeaderClassName
{
color: #FDDFF6;
}
.AnyTagClassName
{
color: #FDDFF6;
}
</style>
background-color css
<style>
a { background-color: #FDDFF6; }
a { background-color: rgb(253,223,246); }
div.DivClassName
{
background-color: #FDDFF6;
}
.BgClassName
{
background-color: #FDDFF6;
}
</style>
border-color css
<style>
span { border-color: #FDDFF6; }
span { border-color: rgb(253,223,246); }
td.TdClassName
{
border-color: #FDDFF6;
}
.TagClassName
{
border-color: #FDDFF6;
}
</style>