Shades of Lavender Blush #FDFAFB
Tints of Lavender Blush #FDFAFB
RGB
CMYK
RGB Variations
Color information
#FDFAFB (or 0xFDFAFB) is known color: Lavender Blush. HEX triplet: FD, FA and FB. RGB value is (253,250,251). Sum of RGB (Red+Green+Blue) = 253+250+251=754 (99% of max value = 765). Red value is 253 (99.22% from 255 or 33.55% from 754); Green value is 250 (98.05% from 255 or 33.16% from 754); Blue value is 251 (98.44% from 255 or 33.29% from 754); Max value from RGB is 253 - color contains mainly: red. Hex color #FDFAFB is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FDFAFB is #020504. Grayscale: #FBFBFB. Windows color (decimal): -132357 or 16513789. OLE color: 16513789.
HSL color Cylindrical-coordinate representation of color #FDFAFB: hue angle of 340º degrees, saturation: 0.43, lightness: 0.99%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.01%. Process color model (Four color, CMYK) of #FDFAFB is Cyan = 0, Magento = 0.01, Yellow = 0.01 and Black (K on CMYK) = 0.01.
Color convert
RGB | 253 | 250 | 251 | - |
CMYK | 0 | 0.01 | 0.01 | 0.01 |
HSL | 340º | 0.43% | 0.99% | - |
HSV(B) | 340º | 0.01% | 0.99% | - |
XYZ | 92.11 | 96.22 | 104.98 | - |
YUV | 251.01 | 127.99 | 129.42 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 253 | 250 | 251 | 0 | 0.01 | 0.01 | 0.01 | 340 | 0.43 | 0.99 |
Hex | FD | FA | FB | 0 | 1 | 1 | 1 | 154 | 2B | 63 |
Octal | 375 | 372 | 373 | 0 | 1 | 1 | 1 | 524 | 53 | 143 |
Binary | 11111101 | 11111010 | 11111011 | 0 | 1 | 1 | 1 | 101010100 | 101011 | 1100011 |
Color Harmonies of #FDFAFB
Complementary color
Monochromatic Colors of #FDFAFB
Black with #FDFAFB
Text Example
Text Example
White with #FDFAFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDFAFB; }
p { color: rgb(253,250,251); }
H1.HeaderClassName
{
color: #FDFAFB;
}
.AnyTagClassName
{
color: #FDFAFB;
}
</style>
background-color css
<style>
a { background-color: #FDFAFB; }
a { background-color: rgb(253,250,251); }
div.DivClassName
{
background-color: #FDFAFB;
}
.BgClassName
{
background-color: #FDFAFB;
}
</style>
border-color css
<style>
span { border-color: #FDFAFB; }
span { border-color: rgb(253,250,251); }
td.TdClassName
{
border-color: #FDFAFB;
}
.TagClassName
{
border-color: #FDFAFB;
}
</style>