Shades of Ghost White #F1F1F2
Tints of Ghost White #F1F1F2
RGB
CMYK
RGB Variations
Color information
#F1F1F2 (or 0xF1F1F2) is known color: Ghost White. HEX triplet: F1, F1 and F2. RGB value is (241,241,242). Sum of RGB (Red+Green+Blue) = 241+241+242=724 (95% of max value = 765). Red value is 241 (94.53% from 255 or 33.29% from 724); Green value is 241 (94.53% from 255 or 33.29% from 724); Blue value is 242 (94.92% from 255 or 33.43% from 724); Max value from RGB is 242 - color contains mainly: blue. Hex color #F1F1F2 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F1F1F2 is #0E0E0D. Grayscale: #F1F1F1. Windows color (decimal): -921102 or 15921649. OLE color: 15921649.
HSL color Cylindrical-coordinate representation of color #F1F1F2: hue angle of 240º 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 #F1F1F2 is Cyan = 0.00, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
RGB | 241 | 241 | 242 | - |
CMYK | 0.00 | 0.00 | 0 | 0.05 |
HSL | 240º | 0.04% | 0.95% | - |
HSV(B) | 240º | 0% | 0.95% | - |
XYZ | 83.76 | 88.02 | 96.58 | - |
YUV | 241.11 | 128.5 | 127.92 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 241 | 241 | 242 | 0.00 | 0.00 | 0 | 0.05 | 240 | 0.04 | 0.95 |
Hex | F1 | F1 | F2 | 0 | 0 | 0 | 5 | F0 | 4 | 5F |
Octal | 361 | 361 | 362 | 0 | 0 | 0 | 5 | 360 | 4 | 137 |
Binary | 11110001 | 11110001 | 11110010 | 0 | 0 | 0 | 101 | 11110000 | 100 | 1011111 |
Color Harmonies of #F1F1F2
Complementary color
Monochromatic Colors of #F1F1F2
Black with #F1F1F2
Text Example
Text Example
White with #F1F1F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1F1F2; }
p { color: rgb(241,241,242); }
H1.HeaderClassName
{
color: #F1F1F2;
}
.AnyTagClassName
{
color: #F1F1F2;
}
</style>
background-color css
<style>
a { background-color: #F1F1F2; }
a { background-color: rgb(241,241,242); }
div.DivClassName
{
background-color: #F1F1F2;
}
.BgClassName
{
background-color: #F1F1F2;
}
</style>
border-color css
<style>
span { border-color: #F1F1F2; }
span { border-color: rgb(241,241,242); }
td.TdClassName
{
border-color: #F1F1F2;
}
.TagClassName
{
border-color: #F1F1F2;
}
</style>