Shades of Lavender Blush #FFFDFE
Tints of Lavender Blush #FFFDFE
RGB
CMYK
RGB Variations
Color information
#FFFDFE (or 0xFFFDFE) is known color: Lavender Blush. HEX triplet: FF, FD and FE. RGB value is (255,253,254). Sum of RGB (Red+Green+Blue) = 255+253+254=762 (100% of max value = 765). Red value is 255 (100% from 255 or 33.46% from 762); Green value is 253 (99.22% from 255 or 33.20% from 762); Blue value is 254 (99.61% from 255 or 33.33% from 762); Max value from RGB is 255 - color contains mainly: red. Hex color #FFFDFE is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FFFDFE is #000201. Grayscale: #FDFDFD. Windows color (decimal): -514 or 16711167. OLE color: 16711167.
HSL color Cylindrical-coordinate representation of color #FFFDFE: hue angle of 330º degrees, saturation: 1, lightness: 1%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.01%. Process color model (Four color, CMYK) of #FFFDFE is Cyan = 0, Magento = 0.01, Yellow = 0.00 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 253 | 254 | - |
| CMYK | 0 | 0.01 | 0.00 | 0 |
| HSL | 330º | 1% | 1% | - |
| HSV(B) | 330º | 0.01% | 1% | - |
| XYZ | 94.25 | 98.67 | 107.84 | - |
| YUV | 253.71 | 128.16 | 128.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 253 | 254 | 0 | 0.01 | 0.00 | 0 | 330 | 1 | 1 |
| Hex | FF | FD | FE | 0 | 1 | 0 | 0 | 14A | 64 | 64 |
| Octal | 377 | 375 | 376 | 0 | 1 | 0 | 0 | 512 | 144 | 144 |
| Binary | 11111111 | 11111101 | 11111110 | 0 | 1 | 0 | 0 | 101001010 | 1100100 | 1100100 |
Color Harmonies of #FFFDFE
Complementary color
Monochromatic Colors of #FFFDFE
Black with #FFFDFE
Text Example
Text Example
White with #FFFDFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFFDFE; }
p { color: rgb(255,253,254); }
H1.HeaderClassName
{
color: #FFFDFE;
}
.AnyTagClassName
{
color: #FFFDFE;
}
</style>
background-color css
<style>
a { background-color: #FFFDFE; }
a { background-color: rgb(255,253,254); }
div.DivClassName
{
background-color: #FFFDFE;
}
.BgClassName
{
background-color: #FFFDFE;
}
</style>
border-color css
<style>
span { border-color: #FFFDFE; }
span { border-color: rgb(255,253,254); }
td.TdClassName
{
border-color: #FFFDFE;
}
.TagClassName
{
border-color: #FFFDFE;
}
</style>