Shades of Floral White #FDF9F3
Tints of Floral White #FDF9F3
RGB
CMYK
RGB Variations
Color information
#FDF9F3 (or 0xFDF9F3) is known color: Floral White. HEX triplet: FD, F9 and F3. RGB value is (253,249,243). Sum of RGB (Red+Green+Blue) = 253+249+243=745 (98% of max value = 765). Red value is 253 (99.22% from 255 or 33.96% from 745); Green value is 249 (97.66% from 255 or 33.42% from 745); Blue value is 243 (95.31% from 255 or 32.62% from 745); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF9F3 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FDF9F3 is #02060C. Grayscale: #F9F9F9. Windows color (decimal): -132621 or 15989245. OLE color: 15989245.
HSL color Cylindrical-coordinate representation of color #FDF9F3: hue angle of 36º degrees, saturation: 0.71, lightness: 0.97%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #FDF9F3 is Cyan = 0, Magento = 0.02, Yellow = 0.04 and Black (K on CMYK) = 0.01.
Color convert
RGB | 253 | 249 | 243 | - |
CMYK | 0 | 0.02 | 0.04 | 0.01 |
HSL | 36º | 0.71% | 0.97% | - |
HSV(B) | 36º | 0.04% | 0.99% | - |
XYZ | 90.56 | 95.11 | 98.38 | - |
YUV | 249.51 | 124.33 | 130.49 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 253 | 249 | 243 | 0 | 0.02 | 0.04 | 0.01 | 36 | 0.71 | 0.97 |
Hex | FD | F9 | F3 | 0 | 2 | 4 | 1 | 24 | 47 | 61 |
Octal | 375 | 371 | 363 | 0 | 2 | 4 | 1 | 44 | 107 | 141 |
Binary | 11111101 | 11111001 | 11110011 | 0 | 10 | 100 | 1 | 100100 | 1000111 | 1100001 |
Color Harmonies of #FDF9F3
Complementary color
Monochromatic Colors of #FDF9F3
Black with #FDF9F3
Text Example
Text Example
White with #FDF9F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDF9F3; }
p { color: rgb(253,249,243); }
H1.HeaderClassName
{
color: #FDF9F3;
}
.AnyTagClassName
{
color: #FDF9F3;
}
</style>
background-color css
<style>
a { background-color: #FDF9F3; }
a { background-color: rgb(253,249,243); }
div.DivClassName
{
background-color: #FDF9F3;
}
.BgClassName
{
background-color: #FDF9F3;
}
</style>
border-color css
<style>
span { border-color: #FDF9F3; }
span { border-color: rgb(253,249,243); }
td.TdClassName
{
border-color: #FDF9F3;
}
.TagClassName
{
border-color: #FDF9F3;
}
</style>