Shades of Lavender Blush #FDF7F8
Tints of Lavender Blush #FDF7F8
RGB
CMYK
RGB Variations
Color information
#FDF7F8 (or 0xFDF7F8) is known color: Lavender Blush. HEX triplet: FD, F7 and F8. RGB value is (253,247,248). Sum of RGB (Red+Green+Blue) = 253+247+248=748 (99% of max value = 765). Red value is 253 (99.22% from 255 or 33.82% from 748); Green value is 247 (96.88% from 255 or 33.02% from 748); Blue value is 248 (97.27% from 255 or 33.16% from 748); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF7F8 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FDF7F8 is #020807. Grayscale: #F8F8F8. Windows color (decimal): -133128 or 16316413. OLE color: 16316413.
HSL color Cylindrical-coordinate representation of color #FDF7F8: hue angle of 350º degrees, saturation: 0.6, lightness: 0.98%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #FDF7F8 is Cyan = 0, Magento = 0.02, Yellow = 0.02 and Black (K on CMYK) = 0.01.
Color convert
RGB | 253 | 247 | 248 | - |
CMYK | 0 | 0.02 | 0.02 | 0.01 |
HSL | 350º | 0.6% | 0.98% | - |
HSV(B) | 350º | 0.02% | 0.99% | - |
XYZ | 90.71 | 94.18 | 102.2 | - |
YUV | 248.91 | 127.49 | 130.92 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 253 | 247 | 248 | 0 | 0.02 | 0.02 | 0.01 | 350 | 0.6 | 0.98 |
Hex | FD | F7 | F8 | 0 | 2 | 2 | 1 | 15E | 3C | 62 |
Octal | 375 | 367 | 370 | 0 | 2 | 2 | 1 | 536 | 74 | 142 |
Binary | 11111101 | 11110111 | 11111000 | 0 | 10 | 10 | 1 | 101011110 | 111100 | 1100010 |
Color Harmonies of #FDF7F8
Complementary color
Monochromatic Colors of #FDF7F8
Black with #FDF7F8
Text Example
Text Example
White with #FDF7F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDF7F8; }
p { color: rgb(253,247,248); }
H1.HeaderClassName
{
color: #FDF7F8;
}
.AnyTagClassName
{
color: #FDF7F8;
}
</style>
background-color css
<style>
a { background-color: #FDF7F8; }
a { background-color: rgb(253,247,248); }
div.DivClassName
{
background-color: #FDF7F8;
}
.BgClassName
{
background-color: #FDF7F8;
}
</style>
border-color css
<style>
span { border-color: #FDF7F8; }
span { border-color: rgb(253,247,248); }
td.TdClassName
{
border-color: #FDF7F8;
}
.TagClassName
{
border-color: #FDF7F8;
}
</style>