Shades of Hint Of Red #FAF1EA
Tints of Hint Of Red #FAF1EA
RGB
CMYK
RGB Variations
Color information
#FAF1EA (or 0xFAF1EA) is known color: Hint Of Red. HEX triplet: FA, F1 and EA. RGB value is (250,241,234). Sum of RGB (Red+Green+Blue) = 250+241+234=725 (96% of max value = 765). Red value is 250 (98.05% from 255 or 34.48% from 725); Green value is 241 (94.53% from 255 or 33.24% from 725); Blue value is 234 (91.80% from 255 or 32.28% from 725); Max value from RGB is 250 - color contains mainly: red. Hex color #FAF1EA is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FAF1EA is #050E15. Grayscale: #F2F2F2. Windows color (decimal): -331286 or 15397370. OLE color: 15397370.
HSL color Cylindrical-coordinate representation of color #FAF1EA: hue angle of 26.25º degrees, saturation: 0.62, 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 #FAF1EA is Cyan = 0, Magento = 0.04, Yellow = 0.06 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 241 | 234 | - |
| CMYK | 0 | 0.04 | 0.06 | 0.02 |
| HSL | 26.25º | 0.62% | 0.95% | - |
| HSV(B) | 26.25º | 0.06% | 0.98% | - |
| XYZ | 85.73 | 89.18 | 90.54 | - |
| YUV | 242.89 | 122.98 | 133.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 241 | 234 | 0 | 0.04 | 0.06 | 0.02 | 26.25 | 0.62 | 0.95 |
| Hex | FA | F1 | EA | 0 | 4 | 6 | 2 | 1A | 3E | 5F |
| Octal | 372 | 361 | 352 | 0 | 4 | 6 | 2 | 32 | 76 | 137 |
| Binary | 11111010 | 11110001 | 11101010 | 0 | 100 | 110 | 10 | 11010 | 111110 | 1011111 |
Color Harmonies of #FAF1EA
Complementary color
Monochromatic Colors of #FAF1EA
Black with #FAF1EA
Text Example
Text Example
White with #FAF1EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAF1EA; }
p { color: rgb(250,241,234); }
H1.HeaderClassName
{
color: #FAF1EA;
}
.AnyTagClassName
{
color: #FAF1EA;
}
</style>
background-color css
<style>
a { background-color: #FAF1EA; }
a { background-color: rgb(250,241,234); }
div.DivClassName
{
background-color: #FAF1EA;
}
.BgClassName
{
background-color: #FAF1EA;
}
</style>
border-color css
<style>
span { border-color: #FAF1EA; }
span { border-color: rgb(250,241,234); }
td.TdClassName
{
border-color: #FAF1EA;
}
.TagClassName
{
border-color: #FAF1EA;
}
</style>