Shades of Floral White #FFFDF6
Tints of Floral White #FFFDF6
RGB
CMYK
RGB Variations
Color information
#FFFDF6 (or 0xFFFDF6) is known color: Floral White. HEX triplet: FF, FD and F6. RGB value is (255,253,246). Sum of RGB (Red+Green+Blue) = 255+253+246=754 (99% of max value = 765). Red value is 255 (100% from 255 or 33.82% from 754); Green value is 253 (99.22% from 255 or 33.55% from 754); Blue value is 246 (96.48% from 255 or 32.63% from 754); Max value from RGB is 255 - color contains mainly: red. Hex color #FFFDF6 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FFFDF6 is #000209. Grayscale: #FCFCFC. Windows color (decimal): -522 or 16186879. OLE color: 16186879.
HSL color Cylindrical-coordinate representation of color #FFFDF6: hue angle of 46.67º 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 #FFFDF6 is Cyan = 0, Magento = 0.01, Yellow = 0.04 and Black (K on CMYK) = 0.
Color convert
RGB | 255 | 253 | 246 | - |
CMYK | 0 | 0.01 | 0.04 | 0 |
HSL | 46.67º | 1% | 0.98% | - |
HSV(B) | 46.67º | 0.04% | 1% | - |
XYZ | 93 | 98.16 | 101.23 | - |
YUV | 252.8 | 124.16 | 129.57 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 255 | 253 | 246 | 0 | 0.01 | 0.04 | 0 | 46.67 | 1 | 0.98 |
Hex | FF | FD | F6 | 0 | 1 | 4 | 0 | 2F | 64 | 62 |
Octal | 377 | 375 | 366 | 0 | 1 | 4 | 0 | 57 | 144 | 142 |
Binary | 11111111 | 11111101 | 11110110 | 0 | 1 | 100 | 0 | 101111 | 1100100 | 1100010 |
Color Harmonies of #FFFDF6
Complementary color
Monochromatic Colors of #FFFDF6
Black with #FFFDF6
Text Example
Text Example
White with #FFFDF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFFDF6; }
p { color: rgb(255,253,246); }
H1.HeaderClassName
{
color: #FFFDF6;
}
.AnyTagClassName
{
color: #FFFDF6;
}
</style>
background-color css
<style>
a { background-color: #FFFDF6; }
a { background-color: rgb(255,253,246); }
div.DivClassName
{
background-color: #FFFDF6;
}
.BgClassName
{
background-color: #FFFDF6;
}
</style>
border-color css
<style>
span { border-color: #FFFDF6; }
span { border-color: rgb(255,253,246); }
td.TdClassName
{
border-color: #FFFDF6;
}
.TagClassName
{
border-color: #FFFDF6;
}
</style>