Shades of Floral White #FFFDF7
Tints of Floral White #FFFDF7
RGB
CMYK
RGB Variations
Color information
#FFFDF7 (or 0xFFFDF7) is known color: Floral White. HEX triplet: FF, FD and F7. RGB value is (255,253,247). Sum of RGB (Red+Green+Blue) = 255+253+247=755 (100% of max value = 765). Red value is 255 (100% from 255 or 33.77% from 755); Green value is 253 (99.22% from 255 or 33.51% from 755); Blue value is 247 (96.88% from 255 or 32.72% from 755); Max value from RGB is 255 - color contains mainly: red. Hex color #FFFDF7 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FFFDF7 is #000208. Grayscale: #FCFCFC. Windows color (decimal): -521 or 16252415. OLE color: 16252415.
HSL color Cylindrical-coordinate representation of color #FFFDF7: hue angle of 45º degrees, saturation: 1, lightness: 0.98%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #FFFDF7 is Cyan = 0, Magento = 0.01, Yellow = 0.03 and Black (K on CMYK) = 0.
Color convert
RGB | 255 | 253 | 247 | - |
CMYK | 0 | 0.01 | 0.03 | 0 |
HSL | 45º | 1% | 0.98% | - |
HSV(B) | 45º | 0.03% | 1% | - |
XYZ | 93.15 | 98.23 | 102.05 | - |
YUV | 252.91 | 124.66 | 129.49 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 255 | 253 | 247 | 0 | 0.01 | 0.03 | 0 | 45 | 1 | 0.98 |
Hex | FF | FD | F7 | 0 | 1 | 3 | 0 | 2D | 64 | 62 |
Octal | 377 | 375 | 367 | 0 | 1 | 3 | 0 | 55 | 144 | 142 |
Binary | 11111111 | 11111101 | 11110111 | 0 | 1 | 11 | 0 | 101101 | 1100100 | 1100010 |
Color Harmonies of #FFFDF7
Complementary color
Monochromatic Colors of #FFFDF7
Black with #FFFDF7
Text Example
Text Example
White with #FFFDF7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFFDF7; }
p { color: rgb(255,253,247); }
H1.HeaderClassName
{
color: #FFFDF7;
}
.AnyTagClassName
{
color: #FFFDF7;
}
</style>
background-color css
<style>
a { background-color: #FFFDF7; }
a { background-color: rgb(255,253,247); }
div.DivClassName
{
background-color: #FFFDF7;
}
.BgClassName
{
background-color: #FFFDF7;
}
</style>
border-color css
<style>
span { border-color: #FFFDF7; }
span { border-color: rgb(255,253,247); }
td.TdClassName
{
border-color: #FFFDF7;
}
.TagClassName
{
border-color: #FFFDF7;
}
</style>