Shades of Floral White #FFFAF1
Tints of Floral White #FFFAF1
RGB
CMYK
RGB Variations
Color information
#FFFAF1 (or 0xFFFAF1) is known color: Floral White. HEX triplet: FF, FA and F1. RGB value is (255,250,241). Sum of RGB (Red+Green+Blue) = 255+250+241=746 (98% of max value = 765). Red value is 255 (100% from 255 or 34.18% from 746); Green value is 250 (98.05% from 255 or 33.51% from 746); Blue value is 241 (94.53% from 255 or 32.31% from 746); Max value from RGB is 255 - color contains mainly: red. Hex color #FFFAF1 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FFFAF1 is #00050E. Grayscale: #FAFAFA. Windows color (decimal): -1295 or 15858431. OLE color: 15858431.
HSL color Cylindrical-coordinate representation of color #FFFAF1: hue angle of 38.57º 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 #FFFAF1 is Cyan = 0, Magento = 0.02, Yellow = 0.05 and Black (K on CMYK) = 0.
Color convert
RGB | 255 | 250 | 241 | - |
CMYK | 0 | 0.02 | 0.05 | 0 |
HSL | 38.57º | 1% | 0.97% | - |
HSV(B) | 38.57º | 0.05% | 1% | - |
XYZ | 91.3 | 95.98 | 96.93 | - |
YUV | 250.47 | 122.66 | 131.23 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 255 | 250 | 241 | 0 | 0.02 | 0.05 | 0 | 38.57 | 1 | 0.97 |
Hex | FF | FA | F1 | 0 | 2 | 5 | 0 | 27 | 64 | 61 |
Octal | 377 | 372 | 361 | 0 | 2 | 5 | 0 | 47 | 144 | 141 |
Binary | 11111111 | 11111010 | 11110001 | 0 | 10 | 101 | 0 | 100111 | 1100100 | 1100001 |
Color Harmonies of #FFFAF1
Complementary color
Monochromatic Colors of #FFFAF1
Black with #FFFAF1
Text Example
Text Example
White with #FFFAF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFFAF1; }
p { color: rgb(255,250,241); }
H1.HeaderClassName
{
color: #FFFAF1;
}
.AnyTagClassName
{
color: #FFFAF1;
}
</style>
background-color css
<style>
a { background-color: #FFFAF1; }
a { background-color: rgb(255,250,241); }
div.DivClassName
{
background-color: #FFFAF1;
}
.BgClassName
{
background-color: #FFFAF1;
}
</style>
border-color css
<style>
span { border-color: #FFFAF1; }
span { border-color: rgb(255,250,241); }
td.TdClassName
{
border-color: #FFFAF1;
}
.TagClassName
{
border-color: #FFFAF1;
}
</style>