Shades of Alabaster #F2F2F1
Tints of Alabaster #F2F2F1
RGB
CMYK
RGB Variations
Color information
#F2F2F1 (or 0xF2F2F1) is known color: Alabaster. HEX triplet: F2, F2 and F1. RGB value is (242,242,241). Sum of RGB (Red+Green+Blue) = 242+242+241=725 (96% of max value = 765). Red value is 242 (94.92% from 255 or 33.38% from 725); Green value is 242 (94.92% from 255 or 33.38% from 725); Blue value is 241 (94.53% from 255 or 33.24% from 725); Max value from RGB is 242 - color contains mainly: red, green. Hex color #F2F2F1 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F2F2F1 is #0D0D0E. Grayscale: #F1F1F1. Windows color (decimal): -855311 or 15856370. OLE color: 15856370.
HSL color Cylindrical-coordinate representation of color #F2F2F1: hue angle of 60º degrees, saturation: 0.04, lightness: 0.95%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0%. Process color model (Four color, CMYK) of #F2F2F1 is Cyan = 0, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.05.
Color convert
RGB | 242 | 242 | 241 | - |
CMYK | 0 | 0 | 0.00 | 0.05 |
HSL | 60º | 0.04% | 0.95% | - |
HSV(B) | 60º | 0% | 0.95% | - |
XYZ | 84.25 | 88.73 | 95.91 | - |
YUV | 241.89 | 127.5 | 128.08 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 242 | 242 | 241 | 0 | 0 | 0.00 | 0.05 | 60 | 0.04 | 0.95 |
Hex | F2 | F2 | F1 | 0 | 0 | 0 | 5 | 3C | 4 | 5F |
Octal | 362 | 362 | 361 | 0 | 0 | 0 | 5 | 74 | 4 | 137 |
Binary | 11110010 | 11110010 | 11110001 | 0 | 0 | 0 | 101 | 111100 | 100 | 1011111 |
Color Harmonies of #F2F2F1
Complementary color
Monochromatic Colors of #F2F2F1
Black with #F2F2F1
Text Example
Text Example
White with #F2F2F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2F2F1; }
p { color: rgb(242,242,241); }
H1.HeaderClassName
{
color: #F2F2F1;
}
.AnyTagClassName
{
color: #F2F2F1;
}
</style>
background-color css
<style>
a { background-color: #F2F2F1; }
a { background-color: rgb(242,242,241); }
div.DivClassName
{
background-color: #F2F2F1;
}
.BgClassName
{
background-color: #F2F2F1;
}
</style>
border-color css
<style>
span { border-color: #F2F2F1; }
span { border-color: rgb(242,242,241); }
td.TdClassName
{
border-color: #F2F2F1;
}
.TagClassName
{
border-color: #F2F2F1;
}
</style>