Shades of Floral White #FDFBF6
Tints of Floral White #FDFBF6
RGB
CMYK
RGB Variations
Color information
#FDFBF6 (or 0xFDFBF6) is known color: Floral White. HEX triplet: FD, FB and F6. RGB value is (253,251,246). Sum of RGB (Red+Green+Blue) = 253+251+246=750 (99% of max value = 765). Red value is 253 (99.22% from 255 or 33.73% from 750); Green value is 251 (98.44% from 255 or 33.47% from 750); Blue value is 246 (96.48% from 255 or 32.8% from 750); Max value from RGB is 253 - color contains mainly: red. Hex color #FDFBF6 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FDFBF6 is #020409. Grayscale: #FBFBFB. Windows color (decimal): -132106 or 16186365. OLE color: 16186365.
HSL color Cylindrical-coordinate representation of color #FDFBF6: hue angle of 42.86º degrees, saturation: 0.64, 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 #FDFBF6 is Cyan = 0, Magento = 0.01, Yellow = 0.03 and Black (K on CMYK) = 0.01.
Color convert
RGB | 253 | 251 | 246 | - |
CMYK | 0 | 0.01 | 0.03 | 0.01 |
HSL | 42.86º | 0.64% | 0.98% | - |
HSV(B) | 42.86º | 0.03% | 0.99% | - |
XYZ | 91.64 | 96.53 | 100.99 | - |
YUV | 251.03 | 125.16 | 129.41 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 253 | 251 | 246 | 0 | 0.01 | 0.03 | 0.01 | 42.86 | 0.64 | 0.98 |
Hex | FD | FB | F6 | 0 | 1 | 3 | 1 | 2B | 40 | 62 |
Octal | 375 | 373 | 366 | 0 | 1 | 3 | 1 | 53 | 100 | 142 |
Binary | 11111101 | 11111011 | 11110110 | 0 | 1 | 11 | 1 | 101011 | 1000000 | 1100010 |
Color Harmonies of #FDFBF6
Complementary color
Monochromatic Colors of #FDFBF6
Black with #FDFBF6
Text Example
Text Example
White with #FDFBF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDFBF6; }
p { color: rgb(253,251,246); }
H1.HeaderClassName
{
color: #FDFBF6;
}
.AnyTagClassName
{
color: #FDFBF6;
}
</style>
background-color css
<style>
a { background-color: #FDFBF6; }
a { background-color: rgb(253,251,246); }
div.DivClassName
{
background-color: #FDFBF6;
}
.BgClassName
{
background-color: #FDFBF6;
}
</style>
border-color css
<style>
span { border-color: #FDFBF6; }
span { border-color: rgb(253,251,246); }
td.TdClassName
{
border-color: #FDFBF6;
}
.TagClassName
{
border-color: #FDFBF6;
}
</style>