Shades of Floral White #FAF6EC
Tints of Floral White #FAF6EC
RGB
CMYK
RGB Variations
Color information
#FAF6EC (or 0xFAF6EC) is known color: Floral White. HEX triplet: FA, F6 and EC. RGB value is (250,246,236). Sum of RGB (Red+Green+Blue) = 250+246+236=732 (96% of max value = 765). Red value is 250 (98.05% from 255 or 34.15% from 732); Green value is 246 (96.48% from 255 or 33.61% from 732); Blue value is 236 (92.58% from 255 or 32.24% from 732); Max value from RGB is 250 - color contains mainly: red. Hex color #FAF6EC is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FAF6EC is #050913. Grayscale: #F6F6F6. Windows color (decimal): -330004 or 15529722. OLE color: 15529722.
HSL color Cylindrical-coordinate representation of color #FAF6EC: hue angle of 42.86º degrees, saturation: 0.58, lightness: 0.95%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #FAF6EC is Cyan = 0, Magento = 0.02, Yellow = 0.06 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 246 | 236 | - |
| CMYK | 0 | 0.02 | 0.06 | 0.02 |
| HSL | 42.86º | 0.58% | 0.95% | - |
| HSV(B) | 42.86º | 0.06% | 0.98% | - |
| XYZ | 87.52 | 92.29 | 92.56 | - |
| YUV | 246.06 | 122.33 | 130.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 246 | 236 | 0 | 0.02 | 0.06 | 0.02 | 42.86 | 0.58 | 0.95 |
| Hex | FA | F6 | EC | 0 | 2 | 6 | 2 | 2B | 3A | 5F |
| Octal | 372 | 366 | 354 | 0 | 2 | 6 | 2 | 53 | 72 | 137 |
| Binary | 11111010 | 11110110 | 11101100 | 0 | 10 | 110 | 10 | 101011 | 111010 | 1011111 |
Color Harmonies of #FAF6EC
Complementary color
Monochromatic Colors of #FAF6EC
Black with #FAF6EC
Text Example
Text Example
White with #FAF6EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAF6EC; }
p { color: rgb(250,246,236); }
H1.HeaderClassName
{
color: #FAF6EC;
}
.AnyTagClassName
{
color: #FAF6EC;
}
</style>
background-color css
<style>
a { background-color: #FAF6EC; }
a { background-color: rgb(250,246,236); }
div.DivClassName
{
background-color: #FAF6EC;
}
.BgClassName
{
background-color: #FAF6EC;
}
</style>
border-color css
<style>
span { border-color: #FAF6EC; }
span { border-color: rgb(250,246,236); }
td.TdClassName
{
border-color: #FAF6EC;
}
.TagClassName
{
border-color: #FAF6EC;
}
</style>