Shades of Floral White #FDFBF5
Tints of Floral White #FDFBF5
RGB
CMYK
RGB Variations
Color information
#FDFBF5 (or 0xFDFBF5) is known color: Floral White. HEX triplet: FD, FB and F5. RGB value is (253,251,245). Sum of RGB (Red+Green+Blue) = 253+251+245=749 (99% of max value = 765). Red value is 253 (99.22% from 255 or 33.78% from 749); Green value is 251 (98.44% from 255 or 33.51% from 749); Blue value is 245 (96.09% from 255 or 32.71% from 749); Max value from RGB is 253 - color contains mainly: red. Hex color #FDFBF5 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FDFBF5 is #02040A. Grayscale: #FAFAFA. Windows color (decimal): -132107 or 16120829. OLE color: 16120829.
HSL color Cylindrical-coordinate representation of color #FDFBF5: hue angle of 45º degrees, saturation: 0.67, lightness: 0.98%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #FDFBF5 is Cyan = 0, Magento = 0.01, Yellow = 0.03 and Black (K on CMYK) = 0.01.
Color convert
RGB | 253 | 251 | 245 | - |
CMYK | 0 | 0.01 | 0.03 | 0.01 |
HSL | 45º | 0.67% | 0.98% | - |
HSV(B) | 45º | 0.03% | 0.99% | - |
XYZ | 91.49 | 96.47 | 100.18 | - |
YUV | 250.91 | 124.66 | 129.49 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 253 | 251 | 245 | 0 | 0.01 | 0.03 | 0.01 | 45 | 0.67 | 0.98 |
Hex | FD | FB | F5 | 0 | 1 | 3 | 1 | 2D | 43 | 62 |
Octal | 375 | 373 | 365 | 0 | 1 | 3 | 1 | 55 | 103 | 142 |
Binary | 11111101 | 11111011 | 11110101 | 0 | 1 | 11 | 1 | 101101 | 1000011 | 1100010 |
Color Harmonies of #FDFBF5
Complementary color
Monochromatic Colors of #FDFBF5
Black with #FDFBF5
Text Example
Text Example
White with #FDFBF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDFBF5; }
p { color: rgb(253,251,245); }
H1.HeaderClassName
{
color: #FDFBF5;
}
.AnyTagClassName
{
color: #FDFBF5;
}
</style>
background-color css
<style>
a { background-color: #FDFBF5; }
a { background-color: rgb(253,251,245); }
div.DivClassName
{
background-color: #FDFBF5;
}
.BgClassName
{
background-color: #FDFBF5;
}
</style>
border-color css
<style>
span { border-color: #FDFBF5; }
span { border-color: rgb(253,251,245); }
td.TdClassName
{
border-color: #FDFBF5;
}
.TagClassName
{
border-color: #FDFBF5;
}
</style>