Shades of Lavender Blush #FDFBFC
Tints of Lavender Blush #FDFBFC
RGB
CMYK
RGB Variations
Color information
#FDFBFC (or 0xFDFBFC) is known color: Lavender Blush. HEX triplet: FD, FB and FC. RGB value is (253,251,252). Sum of RGB (Red+Green+Blue) = 253+251+252=756 (100% of max value = 765). Red value is 253 (99.22% from 255 or 33.47% from 756); Green value is 251 (98.44% from 255 or 33.20% from 756); Blue value is 252 (98.83% from 255 or 33.33% from 756); Max value from RGB is 253 - color contains mainly: red. Hex color #FDFBFC is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FDFBFC is #020403. Grayscale: #FBFBFB. Windows color (decimal): -132100 or 16579581. OLE color: 16579581.
HSL color Cylindrical-coordinate representation of color #FDFBFC: hue angle of 330º degrees, saturation: 0.33, 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 #FDFBFC is Cyan = 0, Magento = 0.01, Yellow = 0.00 and Black (K on CMYK) = 0.01.
Color convert
RGB | 253 | 251 | 252 | - |
CMYK | 0 | 0.01 | 0.00 | 0.01 |
HSL | 330º | 0.33% | 0.99% | - |
HSV(B) | 330º | 0.01% | 0.99% | - |
XYZ | 92.58 | 96.91 | 105.92 | - |
YUV | 251.71 | 128.16 | 128.92 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 253 | 251 | 252 | 0 | 0.01 | 0.00 | 0.01 | 330 | 0.33 | 0.99 |
Hex | FD | FB | FC | 0 | 1 | 0 | 1 | 14A | 21 | 63 |
Octal | 375 | 373 | 374 | 0 | 1 | 0 | 1 | 512 | 41 | 143 |
Binary | 11111101 | 11111011 | 11111100 | 0 | 1 | 0 | 1 | 101001010 | 100001 | 1100011 |
Color Harmonies of #FDFBFC
Complementary color
Monochromatic Colors of #FDFBFC
Black with #FDFBFC
Text Example
Text Example
White with #FDFBFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDFBFC; }
p { color: rgb(253,251,252); }
H1.HeaderClassName
{
color: #FDFBFC;
}
.AnyTagClassName
{
color: #FDFBFC;
}
</style>
background-color css
<style>
a { background-color: #FDFBFC; }
a { background-color: rgb(253,251,252); }
div.DivClassName
{
background-color: #FDFBFC;
}
.BgClassName
{
background-color: #FDFBFC;
}
</style>
border-color css
<style>
span { border-color: #FDFBFC; }
span { border-color: rgb(253,251,252); }
td.TdClassName
{
border-color: #FDFBFC;
}
.TagClassName
{
border-color: #FDFBFC;
}
</style>