Shades of Floral White #FFFDF4
Tints of Floral White #FFFDF4
RGB
CMYK
RGB Variations
Color information
#FFFDF4 (or 0xFFFDF4) is known color: Floral White. HEX triplet: FF, FD and F4. RGB value is (255,253,244). Sum of RGB (Red+Green+Blue) = 255+253+244=752 (99% of max value = 765). Red value is 255 (100% from 255 or 33.91% from 752); Green value is 253 (99.22% from 255 or 33.64% from 752); Blue value is 244 (95.70% from 255 or 32.45% from 752); Max value from RGB is 255 - color contains mainly: red. Hex color #FFFDF4 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FFFDF4 is #00020B. Grayscale: #FCFCFC. Windows color (decimal): -524 or 16055807. OLE color: 16055807.
HSL color Cylindrical-coordinate representation of color #FFFDF4: hue angle of 49.09º 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 #FFFDF4 is Cyan = 0, Magento = 0.01, Yellow = 0.04 and Black (K on CMYK) = 0.
Color convert
RGB | 255 | 253 | 244 | - |
CMYK | 0 | 0.01 | 0.04 | 0 |
HSL | 49.09º | 1% | 0.98% | - |
HSV(B) | 49.09º | 0.04% | 1% | - |
XYZ | 92.69 | 98.04 | 99.63 | - |
YUV | 252.57 | 123.16 | 129.73 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 255 | 253 | 244 | 0 | 0.01 | 0.04 | 0 | 49.09 | 1 | 0.98 |
Hex | FF | FD | F4 | 0 | 1 | 4 | 0 | 31 | 64 | 62 |
Octal | 377 | 375 | 364 | 0 | 1 | 4 | 0 | 61 | 144 | 142 |
Binary | 11111111 | 11111101 | 11110100 | 0 | 1 | 100 | 0 | 110001 | 1100100 | 1100010 |
Color Harmonies of #FFFDF4
Complementary color
Monochromatic Colors of #FFFDF4
Black with #FFFDF4
Text Example
Text Example
White with #FFFDF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFFDF4; }
p { color: rgb(255,253,244); }
H1.HeaderClassName
{
color: #FFFDF4;
}
.AnyTagClassName
{
color: #FFFDF4;
}
</style>
background-color css
<style>
a { background-color: #FFFDF4; }
a { background-color: rgb(255,253,244); }
div.DivClassName
{
background-color: #FFFDF4;
}
.BgClassName
{
background-color: #FFFDF4;
}
</style>
border-color css
<style>
span { border-color: #FFFDF4; }
span { border-color: rgb(255,253,244); }
td.TdClassName
{
border-color: #FFFDF4;
}
.TagClassName
{
border-color: #FFFDF4;
}
</style>