Shades of Floral White #FFF9F2
Tints of Floral White #FFF9F2
RGB
CMYK
RGB Variations
Color information
#FFF9F2 (or 0xFFF9F2) is known color: Floral White. HEX triplet: FF, F9 and F2. RGB value is (255,249,242). Sum of RGB (Red+Green+Blue) = 255+249+242=746 (98% of max value = 765). Red value is 255 (100% from 255 or 34.18% from 746); Green value is 249 (97.66% from 255 or 33.38% from 746); Blue value is 242 (94.92% from 255 or 32.44% from 746); Max value from RGB is 255 - color contains mainly: red. Hex color #FFF9F2 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FFF9F2 is #00060D. Grayscale: #FAFAFA. Windows color (decimal): -1550 or 15923711. OLE color: 15923711.
HSL color Cylindrical-coordinate representation of color #FFF9F2: hue angle of 32.31º degrees, saturation: 1, lightness: 0.97%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #FFF9F2 is Cyan = 0, Magento = 0.02, Yellow = 0.05 and Black (K on CMYK) = 0.
Color convert
RGB | 255 | 249 | 242 | - |
CMYK | 0 | 0.02 | 0.05 | 0 |
HSL | 32.31º | 1% | 0.97% | - |
HSV(B) | 32.31º | 0.05% | 1% | - |
XYZ | 91.14 | 95.42 | 97.62 | - |
YUV | 250 | 123.49 | 131.57 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 255 | 249 | 242 | 0 | 0.02 | 0.05 | 0 | 32.31 | 1 | 0.97 |
Hex | FF | F9 | F2 | 0 | 2 | 5 | 0 | 20 | 64 | 61 |
Octal | 377 | 371 | 362 | 0 | 2 | 5 | 0 | 40 | 144 | 141 |
Binary | 11111111 | 11111001 | 11110010 | 0 | 10 | 101 | 0 | 100000 | 1100100 | 1100001 |
Color Harmonies of #FFF9F2
Complementary color
Monochromatic Colors of #FFF9F2
Black with #FFF9F2
Text Example
Text Example
White with #FFF9F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFF9F2; }
p { color: rgb(255,249,242); }
H1.HeaderClassName
{
color: #FFF9F2;
}
.AnyTagClassName
{
color: #FFF9F2;
}
</style>
background-color css
<style>
a { background-color: #FFF9F2; }
a { background-color: rgb(255,249,242); }
div.DivClassName
{
background-color: #FFF9F2;
}
.BgClassName
{
background-color: #FFF9F2;
}
</style>
border-color css
<style>
span { border-color: #FFF9F2; }
span { border-color: rgb(255,249,242); }
td.TdClassName
{
border-color: #FFF9F2;
}
.TagClassName
{
border-color: #FFF9F2;
}
</style>