Shades of Floral White #FFFDF8
Tints of Floral White #FFFDF8
RGB
CMYK
RGB Variations
Color information
#FFFDF8 (or 0xFFFDF8) is known color: Floral White. HEX triplet: FF, FD and F8. RGB value is (255,253,248). Sum of RGB (Red+Green+Blue) = 255+253+248=756 (100% of max value = 765). Red value is 255 (100% from 255 or 33.73% from 756); Green value is 253 (99.22% from 255 or 33.47% from 756); Blue value is 248 (97.27% from 255 or 32.80% from 756); Max value from RGB is 255 - color contains mainly: red. Hex color #FFFDF8 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FFFDF8 is #000207. Grayscale: #FDFDFD. Windows color (decimal): -520 or 16317951. OLE color: 16317951.
HSL color Cylindrical-coordinate representation of color #FFFDF8: hue angle of 42.86º degrees, saturation: 1, lightness: 0.99%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #FFFDF8 is Cyan = 0, Magento = 0.01, Yellow = 0.03 and Black (K on CMYK) = 0.
Color convert
RGB | 255 | 253 | 248 | - |
CMYK | 0 | 0.01 | 0.03 | 0 |
HSL | 42.86º | 1% | 0.99% | - |
HSV(B) | 42.86º | 0.03% | 1% | - |
XYZ | 93.31 | 98.29 | 102.86 | - |
YUV | 253.03 | 125.16 | 129.41 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 255 | 253 | 248 | 0 | 0.01 | 0.03 | 0 | 42.86 | 1 | 0.99 |
Hex | FF | FD | F8 | 0 | 1 | 3 | 0 | 2B | 64 | 63 |
Octal | 377 | 375 | 370 | 0 | 1 | 3 | 0 | 53 | 144 | 143 |
Binary | 11111111 | 11111101 | 11111000 | 0 | 1 | 11 | 0 | 101011 | 1100100 | 1100011 |
Color Harmonies of #FFFDF8
Complementary color
Monochromatic Colors of #FFFDF8
Black with #FFFDF8
Text Example
Text Example
White with #FFFDF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFFDF8; }
p { color: rgb(255,253,248); }
H1.HeaderClassName
{
color: #FFFDF8;
}
.AnyTagClassName
{
color: #FFFDF8;
}
</style>
background-color css
<style>
a { background-color: #FFFDF8; }
a { background-color: rgb(255,253,248); }
div.DivClassName
{
background-color: #FFFDF8;
}
.BgClassName
{
background-color: #FFFDF8;
}
</style>
border-color css
<style>
span { border-color: #FFFDF8; }
span { border-color: rgb(255,253,248); }
td.TdClassName
{
border-color: #FFFDF8;
}
.TagClassName
{
border-color: #FFFDF8;
}
</style>