Shades of Lavender Blush #FDDFF5
Tints of Lavender Blush #FDDFF5
RGB
CMYK
RGB Variations
Color information
#FDDFF5 (or 0xFDDFF5) is known color: Lavender Blush. HEX triplet: FD, DF and F5. RGB value is (253,223,245). Sum of RGB (Red+Green+Blue) = 253+223+245=721 (95% of max value = 765). Red value is 253 (99.22% from 255 or 35.09% from 721); Green value is 223 (87.5% from 255 or 30.93% from 721); Blue value is 245 (96.09% from 255 or 33.98% from 721); Max value from RGB is 253 - color contains mainly: red. Hex color #FDDFF5 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FDDFF5 is #02200A. Grayscale: #EAEAEA. Windows color (decimal): -139275 or 16113661. OLE color: 16113661.
HSL color Cylindrical-coordinate representation of color #FDDFF5: hue angle of 316º 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 #FDDFF5 is Cyan = 0, Magento = 0.12, Yellow = 0.03 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 223 | 245 | - |
| CMYK | 0 | 0.12 | 0.03 | 0.01 |
| HSL | 316º | 0.88% | 0.93% | - |
| HSV(B) | 316º | 0.12% | 0.99% | - |
| XYZ | 83.38 | 80.25 | 97.48 | - |
| YUV | 234.48 | 133.94 | 141.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 223 | 245 | 0 | 0.12 | 0.03 | 0.01 | 316 | 0.88 | 0.93 |
| Hex | FD | DF | F5 | 0 | C | 3 | 1 | 13C | 58 | 5D |
| Octal | 375 | 337 | 365 | 0 | 14 | 3 | 1 | 474 | 130 | 135 |
| Binary | 11111101 | 11011111 | 11110101 | 0 | 1100 | 11 | 1 | 100111100 | 1011000 | 1011101 |
Color Harmonies of #FDDFF5
Complementary color
Monochromatic Colors of #FDDFF5
Black with #FDDFF5
Text Example
Text Example
White with #FDDFF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDDFF5; }
p { color: rgb(253,223,245); }
H1.HeaderClassName
{
color: #FDDFF5;
}
.AnyTagClassName
{
color: #FDDFF5;
}
</style>
background-color css
<style>
a { background-color: #FDDFF5; }
a { background-color: rgb(253,223,245); }
div.DivClassName
{
background-color: #FDDFF5;
}
.BgClassName
{
background-color: #FDDFF5;
}
</style>
border-color css
<style>
span { border-color: #FDDFF5; }
span { border-color: rgb(253,223,245); }
td.TdClassName
{
border-color: #FDDFF5;
}
.TagClassName
{
border-color: #FDDFF5;
}
</style>