Shades of Floral White #FDFBF7
Tints of Floral White #FDFBF7
RGB
CMYK
RGB Variations
Color information
#FDFBF7 (or 0xFDFBF7) is known color: Floral White. HEX triplet: FD, FB and F7. RGB value is (253,251,247). Sum of RGB (Red+Green+Blue) = 253+251+247=751 (99% of max value = 765). Red value is 253 (99.22% from 255 or 33.69% from 751); Green value is 251 (98.44% from 255 or 33.42% from 751); Blue value is 247 (96.88% from 255 or 32.89% from 751); Max value from RGB is 253 - color contains mainly: red. Hex color #FDFBF7 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FDFBF7 is #020408. Grayscale: #FBFBFB. Windows color (decimal): -132105 or 16251901. OLE color: 16251901.
HSL color Cylindrical-coordinate representation of color #FDFBF7: hue angle of 40º 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 #FDFBF7 is Cyan = 0, Magento = 0.01, Yellow = 0.02 and Black (K on CMYK) = 0.01.
Color convert
RGB | 253 | 251 | 247 | - |
CMYK | 0 | 0.01 | 0.02 | 0.01 |
HSL | 40º | 0.6% | 0.98% | - |
HSV(B) | 40º | 0.02% | 0.99% | - |
XYZ | 91.79 | 96.59 | 101.8 | - |
YUV | 251.14 | 125.66 | 129.33 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 253 | 251 | 247 | 0 | 0.01 | 0.02 | 0.01 | 40 | 0.6 | 0.98 |
Hex | FD | FB | F7 | 0 | 1 | 2 | 1 | 28 | 3C | 62 |
Octal | 375 | 373 | 367 | 0 | 1 | 2 | 1 | 50 | 74 | 142 |
Binary | 11111101 | 11111011 | 11110111 | 0 | 1 | 10 | 1 | 101000 | 111100 | 1100010 |
Color Harmonies of #FDFBF7
Complementary color
Monochromatic Colors of #FDFBF7
Black with #FDFBF7
Text Example
Text Example
White with #FDFBF7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDFBF7; }
p { color: rgb(253,251,247); }
H1.HeaderClassName
{
color: #FDFBF7;
}
.AnyTagClassName
{
color: #FDFBF7;
}
</style>
background-color css
<style>
a { background-color: #FDFBF7; }
a { background-color: rgb(253,251,247); }
div.DivClassName
{
background-color: #FDFBF7;
}
.BgClassName
{
background-color: #FDFBF7;
}
</style>
border-color css
<style>
span { border-color: #FDFBF7; }
span { border-color: rgb(253,251,247); }
td.TdClassName
{
border-color: #FDFBF7;
}
.TagClassName
{
border-color: #FDFBF7;
}
</style>