Shades of Floral White #FDFAF5
Tints of Floral White #FDFAF5
RGB
CMYK
RGB Variations
Color information
#FDFAF5 (or 0xFDFAF5) is known color: Floral White. HEX triplet: FD, FA and F5. RGB value is (253,250,245). Sum of RGB (Red+Green+Blue) = 253+250+245=748 (99% of max value = 765). Red value is 253 (99.22% from 255 or 33.82% from 748); Green value is 250 (98.05% from 255 or 33.42% from 748); Blue value is 245 (96.09% from 255 or 32.75% from 748); Max value from RGB is 253 - color contains mainly: red. Hex color #FDFAF5 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FDFAF5 is #02050A. Grayscale: #FAFAFA. Windows color (decimal): -132363 or 16120573. OLE color: 16120573.
HSL color Cylindrical-coordinate representation of color #FDFAF5: hue angle of 37.5º degrees, saturation: 0.67, 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 #FDFAF5 is Cyan = 0, Magento = 0.01, Yellow = 0.03 and Black (K on CMYK) = 0.01.
Color convert
RGB | 253 | 250 | 245 | - |
CMYK | 0 | 0.01 | 0.03 | 0.01 |
HSL | 37.5º | 0.67% | 0.98% | - |
HSV(B) | 37.5º | 0.03% | 0.99% | - |
XYZ | 91.18 | 95.85 | 100.08 | - |
YUV | 250.33 | 124.99 | 129.91 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 253 | 250 | 245 | 0 | 0.01 | 0.03 | 0.01 | 37.5 | 0.67 | 0.98 |
Hex | FD | FA | F5 | 0 | 1 | 3 | 1 | 26 | 43 | 62 |
Octal | 375 | 372 | 365 | 0 | 1 | 3 | 1 | 46 | 103 | 142 |
Binary | 11111101 | 11111010 | 11110101 | 0 | 1 | 11 | 1 | 100110 | 1000011 | 1100010 |
Color Harmonies of #FDFAF5
Complementary color
Monochromatic Colors of #FDFAF5
Black with #FDFAF5
Text Example
Text Example
White with #FDFAF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDFAF5; }
p { color: rgb(253,250,245); }
H1.HeaderClassName
{
color: #FDFAF5;
}
.AnyTagClassName
{
color: #FDFAF5;
}
</style>
background-color css
<style>
a { background-color: #FDFAF5; }
a { background-color: rgb(253,250,245); }
div.DivClassName
{
background-color: #FDFAF5;
}
.BgClassName
{
background-color: #FDFAF5;
}
</style>
border-color css
<style>
span { border-color: #FDFAF5; }
span { border-color: rgb(253,250,245); }
td.TdClassName
{
border-color: #FDFAF5;
}
.TagClassName
{
border-color: #FDFAF5;
}
</style>