Shades of Floral White #FFFDF5
Tints of Floral White #FFFDF5
RGB
CMYK
RGB Variations
Color information
#FFFDF5 (or 0xFFFDF5) is known color: Floral White. HEX triplet: FF, FD and F5. RGB value is (255,253,245). Sum of RGB (Red+Green+Blue) = 255+253+245=753 (99% of max value = 765). Red value is 255 (100% from 255 or 33.86% from 753); Green value is 253 (99.22% from 255 or 33.60% from 753); Blue value is 245 (96.09% from 255 or 32.54% from 753); Max value from RGB is 255 - color contains mainly: red. Hex color #FFFDF5 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FFFDF5 is #00020A. Grayscale: #FCFCFC. Windows color (decimal): -523 or 16121343. OLE color: 16121343.
HSL color Cylindrical-coordinate representation of color #FFFDF5: hue angle of 48º degrees, saturation: 1, lightness: 0.98%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #FFFDF5 is Cyan = 0, Magento = 0.01, Yellow = 0.04 and Black (K on CMYK) = 0.
Color convert
RGB | 255 | 253 | 245 | - |
CMYK | 0 | 0.01 | 0.04 | 0 |
HSL | 48º | 1% | 0.98% | - |
HSV(B) | 48º | 0.04% | 1% | - |
XYZ | 92.85 | 98.1 | 100.43 | - |
YUV | 252.69 | 123.66 | 129.65 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 255 | 253 | 245 | 0 | 0.01 | 0.04 | 0 | 48 | 1 | 0.98 |
Hex | FF | FD | F5 | 0 | 1 | 4 | 0 | 30 | 64 | 62 |
Octal | 377 | 375 | 365 | 0 | 1 | 4 | 0 | 60 | 144 | 142 |
Binary | 11111111 | 11111101 | 11110101 | 0 | 1 | 100 | 0 | 110000 | 1100100 | 1100010 |
Color Harmonies of #FFFDF5
Complementary color
Monochromatic Colors of #FFFDF5
Black with #FFFDF5
Text Example
Text Example
White with #FFFDF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFFDF5; }
p { color: rgb(255,253,245); }
H1.HeaderClassName
{
color: #FFFDF5;
}
.AnyTagClassName
{
color: #FFFDF5;
}
</style>
background-color css
<style>
a { background-color: #FFFDF5; }
a { background-color: rgb(255,253,245); }
div.DivClassName
{
background-color: #FFFDF5;
}
.BgClassName
{
background-color: #FFFDF5;
}
</style>
border-color css
<style>
span { border-color: #FFFDF5; }
span { border-color: rgb(255,253,245); }
td.TdClassName
{
border-color: #FFFDF5;
}
.TagClassName
{
border-color: #FFFDF5;
}
</style>