Shades of Lavender Blush #FEDFF5
Tints of Lavender Blush #FEDFF5
RGB
CMYK
RGB Variations
Color information
#FEDFF5 (or 0xFEDFF5) is known color: Lavender Blush. HEX triplet: FE, DF and F5. RGB value is (254,223,245). Sum of RGB (Red+Green+Blue) = 254+223+245=722 (95% of max value = 765). Red value is 254 (99.61% from 255 or 35.18% from 722); Green value is 223 (87.5% from 255 or 30.89% from 722); Blue value is 245 (96.09% from 255 or 33.93% from 722); Max value from RGB is 254 - color contains mainly: red. Hex color #FEDFF5 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FEDFF5 is #01200A. Grayscale: #EAEAEA. Windows color (decimal): -73739 or 16113662. OLE color: 16113662.
HSL color Cylindrical-coordinate representation of color #FEDFF5: hue angle of 317.42º degrees, saturation: 0.94, lightness: 0.94%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #FEDFF5 is Cyan = 0, Magento = 0.12, Yellow = 0.04 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 223 | 245 | - |
| CMYK | 0 | 0.12 | 0.04 | 0.00 |
| HSL | 317.42º | 0.94% | 0.94% | - |
| HSV(B) | 317.42º | 0.12% | 1% | - |
| XYZ | 83.74 | 80.44 | 97.5 | - |
| YUV | 234.78 | 133.77 | 141.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 223 | 245 | 0 | 0.12 | 0.04 | 0.00 | 317.42 | 0.94 | 0.94 |
| Hex | FE | DF | F5 | 0 | C | 4 | 0 | 13D | 5E | 5E |
| Octal | 376 | 337 | 365 | 0 | 14 | 4 | 0 | 475 | 136 | 136 |
| Binary | 11111110 | 11011111 | 11110101 | 0 | 1100 | 100 | 0 | 100111101 | 1011110 | 1011110 |
Color Harmonies of #FEDFF5
Complementary color
Monochromatic Colors of #FEDFF5
Black with #FEDFF5
Text Example
Text Example
White with #FEDFF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEDFF5; }
p { color: rgb(254,223,245); }
H1.HeaderClassName
{
color: #FEDFF5;
}
.AnyTagClassName
{
color: #FEDFF5;
}
</style>
background-color css
<style>
a { background-color: #FEDFF5; }
a { background-color: rgb(254,223,245); }
div.DivClassName
{
background-color: #FEDFF5;
}
.BgClassName
{
background-color: #FEDFF5;
}
</style>
border-color css
<style>
span { border-color: #FEDFF5; }
span { border-color: rgb(254,223,245); }
td.TdClassName
{
border-color: #FEDFF5;
}
.TagClassName
{
border-color: #FEDFF5;
}
</style>