Shades of Ghost White #F1F0FD
Tints of Ghost White #F1F0FD
RGB
CMYK
RGB Variations
Color information
#F1F0FD (or 0xF1F0FD) is known color: Ghost White. HEX triplet: F1, F0 and FD. RGB value is (241,240,253). Sum of RGB (Red+Green+Blue) = 241+240+253=734 (97% of max value = 765). Red value is 241 (94.53% from 255 or 32.83% from 734); Green value is 240 (94.14% from 255 or 32.70% from 734); Blue value is 253 (99.22% from 255 or 34.47% from 734); Max value from RGB is 253 - color contains mainly: blue. Hex color #F1F0FD is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F1F0FD is #0E0F02. Grayscale: #F1F1F1. Windows color (decimal): -921347 or 16642289. OLE color: 16642289.
HSL color Cylindrical-coordinate representation of color #F1F0FD: hue angle of 244.62º degrees, saturation: 0.76, lightness: 0.97%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #F1F0FD is Cyan = 0.05, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
RGB | 241 | 240 | 253 | - |
CMYK | 0.05 | 0.05 | 0 | 0.01 |
HSL | 244.62º | 0.76% | 0.97% | - |
HSV(B) | 244.62º | 0.05% | 0.99% | - |
XYZ | 85.17 | 88.11 | 105.45 | - |
YUV | 241.78 | 134.33 | 127.44 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 241 | 240 | 253 | 0.05 | 0.05 | 0 | 0.01 | 244.62 | 0.76 | 0.97 |
Hex | F1 | F0 | FD | 5 | 5 | 0 | 1 | F5 | 4C | 61 |
Octal | 361 | 360 | 375 | 5 | 5 | 0 | 1 | 365 | 114 | 141 |
Binary | 11110001 | 11110000 | 11111101 | 101 | 101 | 0 | 1 | 11110101 | 1001100 | 1100001 |
Color Harmonies of #F1F0FD
Complementary color
Monochromatic Colors of #F1F0FD
Black with #F1F0FD
Text Example
Text Example
White with #F1F0FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1F0FD; }
p { color: rgb(241,240,253); }
H1.HeaderClassName
{
color: #F1F0FD;
}
.AnyTagClassName
{
color: #F1F0FD;
}
</style>
background-color css
<style>
a { background-color: #F1F0FD; }
a { background-color: rgb(241,240,253); }
div.DivClassName
{
background-color: #F1F0FD;
}
.BgClassName
{
background-color: #F1F0FD;
}
</style>
border-color css
<style>
span { border-color: #F1F0FD; }
span { border-color: rgb(241,240,253); }
td.TdClassName
{
border-color: #F1F0FD;
}
.TagClassName
{
border-color: #F1F0FD;
}
</style>