Shades of Romance #FAF6E8
Tints of Romance #FAF6E8
RGB
CMYK
RGB Variations
Color information
#FAF6E8 (or 0xFAF6E8) is known color: Romance. HEX triplet: FA, F6 and E8. RGB value is (250,246,232). Sum of RGB (Red+Green+Blue) = 250+246+232=728 (96% of max value = 765). Red value is 250 (98.05% from 255 or 34.34% from 728); Green value is 246 (96.48% from 255 or 33.79% from 728); Blue value is 232 (91.02% from 255 or 31.87% from 728); Max value from RGB is 250 - color contains mainly: red. Hex color #FAF6E8 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FAF6E8 is #050917. Grayscale: #F5F5F5. Windows color (decimal): -330008 or 15267578. OLE color: 15267578.
HSL color Cylindrical-coordinate representation of color #FAF6E8: hue angle of 46.67º degrees, saturation: 0.64, lightness: 0.95%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #FAF6E8 is Cyan = 0, Magento = 0.02, Yellow = 0.07 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 246 | 232 | - |
| CMYK | 0 | 0.02 | 0.07 | 0.02 |
| HSL | 46.67º | 0.64% | 0.95% | - |
| HSV(B) | 46.67º | 0.07% | 0.98% | - |
| XYZ | 86.95 | 92.06 | 89.53 | - |
| YUV | 245.6 | 120.33 | 131.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 246 | 232 | 0 | 0.02 | 0.07 | 0.02 | 46.67 | 0.64 | 0.95 |
| Hex | FA | F6 | E8 | 0 | 2 | 7 | 2 | 2F | 40 | 5F |
| Octal | 372 | 366 | 350 | 0 | 2 | 7 | 2 | 57 | 100 | 137 |
| Binary | 11111010 | 11110110 | 11101000 | 0 | 10 | 111 | 10 | 101111 | 1000000 | 1011111 |
Color Harmonies of #FAF6E8
Complementary color
Monochromatic Colors of #FAF6E8
Black with #FAF6E8
Text Example
Text Example
White with #FAF6E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAF6E8; }
p { color: rgb(250,246,232); }
H1.HeaderClassName
{
color: #FAF6E8;
}
.AnyTagClassName
{
color: #FAF6E8;
}
</style>
background-color css
<style>
a { background-color: #FAF6E8; }
a { background-color: rgb(250,246,232); }
div.DivClassName
{
background-color: #FAF6E8;
}
.BgClassName
{
background-color: #FAF6E8;
}
</style>
border-color css
<style>
span { border-color: #FAF6E8; }
span { border-color: rgb(250,246,232); }
td.TdClassName
{
border-color: #FAF6E8;
}
.TagClassName
{
border-color: #FAF6E8;
}
</style>