Shades of Floral White #FAF9F4
Tints of Floral White #FAF9F4
RGB
CMYK
RGB Variations
Color information
#FAF9F4 (or 0xFAF9F4) is known color: Floral White. HEX triplet: FA, F9 and F4. RGB value is (250,249,244). Sum of RGB (Red+Green+Blue) = 250+249+244=743 (98% of max value = 765). Red value is 250 (98.05% from 255 or 33.65% from 743); Green value is 249 (97.66% from 255 or 33.51% from 743); Blue value is 244 (95.70% from 255 or 32.84% from 743); Max value from RGB is 250 - color contains mainly: red. Hex color #FAF9F4 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FAF9F4 is #05060B. Grayscale: #F8F8F8. Windows color (decimal): -329228 or 16054778. OLE color: 16054778.
HSL color Cylindrical-coordinate representation of color #FAF9F4: hue angle of 50º degrees, saturation: 0.38, lightness: 0.97%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #FAF9F4 is Cyan = 0, Magento = 0.00, Yellow = 0.02 and Black (K on CMYK) = 0.02.
Color convert
RGB | 250 | 249 | 244 | - |
CMYK | 0 | 0.00 | 0.02 | 0.02 |
HSL | 50º | 0.38% | 0.97% | - |
HSV(B) | 50º | 0.02% | 0.98% | - |
XYZ | 89.63 | 94.61 | 99.12 | - |
YUV | 248.73 | 125.33 | 128.91 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 250 | 249 | 244 | 0 | 0.00 | 0.02 | 0.02 | 50 | 0.38 | 0.97 |
Hex | FA | F9 | F4 | 0 | 0 | 2 | 2 | 32 | 26 | 61 |
Octal | 372 | 371 | 364 | 0 | 0 | 2 | 2 | 62 | 46 | 141 |
Binary | 11111010 | 11111001 | 11110100 | 0 | 0 | 10 | 10 | 110010 | 100110 | 1100001 |
Color Harmonies of #FAF9F4
Complementary color
Monochromatic Colors of #FAF9F4
Black with #FAF9F4
Text Example
Text Example
White with #FAF9F4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAF9F4; }
p { color: rgb(250,249,244); }
H1.HeaderClassName
{
color: #FAF9F4;
}
.AnyTagClassName
{
color: #FAF9F4;
}
</style>
background-color css
<style>
a { background-color: #FAF9F4; }
a { background-color: rgb(250,249,244); }
div.DivClassName
{
background-color: #FAF9F4;
}
.BgClassName
{
background-color: #FAF9F4;
}
</style>
border-color css
<style>
span { border-color: #FAF9F4; }
span { border-color: rgb(250,249,244); }
td.TdClassName
{
border-color: #FAF9F4;
}
.TagClassName
{
border-color: #FAF9F4;
}
</style>