Shades of Floral White #FDFBF8
Tints of Floral White #FDFBF8
RGB
CMYK
RGB Variations
Color information
#FDFBF8 (or 0xFDFBF8) is known color: Floral White. HEX triplet: FD, FB and F8. RGB value is (253,251,248). Sum of RGB (Red+Green+Blue) = 253+251+248=752 (99% of max value = 765). Red value is 253 (99.22% from 255 or 33.64% from 752); Green value is 251 (98.44% from 255 or 33.38% from 752); Blue value is 248 (97.27% from 255 or 32.98% from 752); Max value from RGB is 253 - color contains mainly: red. Hex color #FDFBF8 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FDFBF8 is #020407. Grayscale: #FBFBFB. Windows color (decimal): -132104 or 16317437. OLE color: 16317437.
HSL color Cylindrical-coordinate representation of color #FDFBF8: hue angle of 36º degrees, saturation: 0.56, 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 #FDFBF8 is Cyan = 0, Magento = 0.01, Yellow = 0.02 and Black (K on CMYK) = 0.01.
Color convert
RGB | 253 | 251 | 248 | - |
CMYK | 0 | 0.01 | 0.02 | 0.01 |
HSL | 36º | 0.56% | 0.98% | - |
HSV(B) | 36º | 0.02% | 0.99% | - |
XYZ | 91.95 | 96.65 | 102.62 | - |
YUV | 251.26 | 126.16 | 129.24 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 253 | 251 | 248 | 0 | 0.01 | 0.02 | 0.01 | 36 | 0.56 | 0.98 |
Hex | FD | FB | F8 | 0 | 1 | 2 | 1 | 24 | 38 | 62 |
Octal | 375 | 373 | 370 | 0 | 1 | 2 | 1 | 44 | 70 | 142 |
Binary | 11111101 | 11111011 | 11111000 | 0 | 1 | 10 | 1 | 100100 | 111000 | 1100010 |
Color Harmonies of #FDFBF8
Complementary color
Monochromatic Colors of #FDFBF8
Black with #FDFBF8
Text Example
Text Example
White with #FDFBF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDFBF8; }
p { color: rgb(253,251,248); }
H1.HeaderClassName
{
color: #FDFBF8;
}
.AnyTagClassName
{
color: #FDFBF8;
}
</style>
background-color css
<style>
a { background-color: #FDFBF8; }
a { background-color: rgb(253,251,248); }
div.DivClassName
{
background-color: #FDFBF8;
}
.BgClassName
{
background-color: #FDFBF8;
}
</style>
border-color css
<style>
span { border-color: #FDFBF8; }
span { border-color: rgb(253,251,248); }
td.TdClassName
{
border-color: #FDFBF8;
}
.TagClassName
{
border-color: #FDFBF8;
}
</style>