Shades of Floral White #FFFDFA
Tints of Floral White #FFFDFA
RGB
CMYK
RGB Variations
Color information
#FFFDFA (or 0xFFFDFA) is known color: Floral White. HEX triplet: FF, FD and FA. RGB value is (255,253,250). Sum of RGB (Red+Green+Blue) = 255+253+250=758 (100% of max value = 765). Red value is 255 (100% from 255 or 33.64% from 758); Green value is 253 (99.22% from 255 or 33.38% from 758); Blue value is 250 (98.05% from 255 or 32.98% from 758); Max value from RGB is 255 - color contains mainly: red. Hex color #FFFDFA is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FFFDFA is #000205. Grayscale: #FDFDFD. Windows color (decimal): -518 or 16449023. OLE color: 16449023.
HSL color Cylindrical-coordinate representation of color #FFFDFA: hue angle of 36º degrees, saturation: 1, lightness: 0.99%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #FFFDFA is Cyan = 0, Magento = 0.01, Yellow = 0.02 and Black (K on CMYK) = 0.
Color convert
RGB | 255 | 253 | 250 | - |
CMYK | 0 | 0.01 | 0.02 | 0 |
HSL | 36º | 1% | 0.99% | - |
HSV(B) | 36º | 0.02% | 1% | - |
XYZ | 93.62 | 98.41 | 104.5 | - |
YUV | 253.26 | 126.16 | 129.24 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 255 | 253 | 250 | 0 | 0.01 | 0.02 | 0 | 36 | 1 | 0.99 |
Hex | FF | FD | FA | 0 | 1 | 2 | 0 | 24 | 64 | 63 |
Octal | 377 | 375 | 372 | 0 | 1 | 2 | 0 | 44 | 144 | 143 |
Binary | 11111111 | 11111101 | 11111010 | 0 | 1 | 10 | 0 | 100100 | 1100100 | 1100011 |
Color Harmonies of #FFFDFA
Complementary color
Monochromatic Colors of #FFFDFA
Black with #FFFDFA
Text Example
Text Example
White with #FFFDFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFFDFA; }
p { color: rgb(255,253,250); }
H1.HeaderClassName
{
color: #FFFDFA;
}
.AnyTagClassName
{
color: #FFFDFA;
}
</style>
background-color css
<style>
a { background-color: #FFFDFA; }
a { background-color: rgb(255,253,250); }
div.DivClassName
{
background-color: #FFFDFA;
}
.BgClassName
{
background-color: #FFFDFA;
}
</style>
border-color css
<style>
span { border-color: #FFFDFA; }
span { border-color: rgb(255,253,250); }
td.TdClassName
{
border-color: #FFFDFA;
}
.TagClassName
{
border-color: #FFFDFA;
}
</style>