Shades of Ghost White #F3F1FF
Tints of Ghost White #F3F1FF
RGB
CMYK
RGB Variations
Color information
#F3F1FF (or 0xF3F1FF) is known color: Ghost White. HEX triplet: F3, F1 and FF. RGB value is (243,241,255). Sum of RGB (Red+Green+Blue) = 243+241+255=739 (97% of max value = 765). Red value is 243 (95.31% from 255 or 32.88% from 739); Green value is 241 (94.53% from 255 or 32.61% from 739); Blue value is 255 (100% from 255 or 34.51% from 739); Max value from RGB is 255 - color contains mainly: blue. Hex color #F3F1FF is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F3F1FF is #0C0E00. Grayscale: #F3F3F3. Windows color (decimal): -790017 or 16773619. OLE color: 16773619.
HSL color Cylindrical-coordinate representation of color #F3F1FF: hue angle of 248.57º degrees, saturation: 1, lightness: 0.97%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #F3F1FF is Cyan = 0.05, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
RGB | 243 | 241 | 255 | - |
CMYK | 0.05 | 0.05 | 0 | 0 |
HSL | 248.57º | 1% | 0.97% | - |
HSV(B) | 248.57º | 0.05% | 1% | - |
XYZ | 86.47 | 89.19 | 107.26 | - |
YUV | 243.19 | 134.66 | 127.86 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 243 | 241 | 255 | 0.05 | 0.05 | 0 | 0 | 248.57 | 1 | 0.97 |
Hex | F3 | F1 | FF | 5 | 5 | 0 | 0 | F9 | 64 | 61 |
Octal | 363 | 361 | 377 | 5 | 5 | 0 | 0 | 371 | 144 | 141 |
Binary | 11110011 | 11110001 | 11111111 | 101 | 101 | 0 | 0 | 11111001 | 1100100 | 1100001 |
Color Harmonies of #F3F1FF
Complementary color
Monochromatic Colors of #F3F1FF
Black with #F3F1FF
Text Example
Text Example
White with #F3F1FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3F1FF; }
p { color: rgb(243,241,255); }
H1.HeaderClassName
{
color: #F3F1FF;
}
.AnyTagClassName
{
color: #F3F1FF;
}
</style>
background-color css
<style>
a { background-color: #F3F1FF; }
a { background-color: rgb(243,241,255); }
div.DivClassName
{
background-color: #F3F1FF;
}
.BgClassName
{
background-color: #F3F1FF;
}
</style>
border-color css
<style>
span { border-color: #F3F1FF; }
span { border-color: rgb(243,241,255); }
td.TdClassName
{
border-color: #F3F1FF;
}
.TagClassName
{
border-color: #F3F1FF;
}
</style>