Shades of Ghost White #F1F3FD
Tints of Ghost White #F1F3FD
RGB
CMYK
RGB Variations
Color information
#F1F3FD (or 0xF1F3FD) is known color: Ghost White. HEX triplet: F1, F3 and FD. RGB value is (241,243,253). Sum of RGB (Red+Green+Blue) = 241+243+253=737 (97% of max value = 765). Red value is 241 (94.53% from 255 or 32.70% from 737); Green value is 243 (95.31% from 255 or 32.97% from 737); Blue value is 253 (99.22% from 255 or 34.33% from 737); Max value from RGB is 253 - color contains mainly: blue. Hex color #F1F3FD is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F1F3FD is #0E0C02. Grayscale: #F3F3F3. Windows color (decimal): -920579 or 16643057. OLE color: 16643057.
HSL color Cylindrical-coordinate representation of color #F1F3FD: hue angle of 230º degrees, saturation: 0.75, 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 #F1F3FD is Cyan = 0.05, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
RGB | 241 | 243 | 253 | - |
CMYK | 0.05 | 0.04 | 0 | 0.01 |
HSL | 230º | 0.75% | 0.97% | - |
HSV(B) | 230º | 0.05% | 0.99% | - |
XYZ | 86.06 | 89.89 | 105.74 | - |
YUV | 243.54 | 133.34 | 126.19 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 241 | 243 | 253 | 0.05 | 0.04 | 0 | 0.01 | 230 | 0.75 | 0.97 |
Hex | F1 | F3 | FD | 5 | 4 | 0 | 1 | E6 | 4B | 61 |
Octal | 361 | 363 | 375 | 5 | 4 | 0 | 1 | 346 | 113 | 141 |
Binary | 11110001 | 11110011 | 11111101 | 101 | 100 | 0 | 1 | 11100110 | 1001011 | 1100001 |
Color Harmonies of #F1F3FD
Complementary color
Monochromatic Colors of #F1F3FD
Black with #F1F3FD
Text Example
Text Example
White with #F1F3FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1F3FD; }
p { color: rgb(241,243,253); }
H1.HeaderClassName
{
color: #F1F3FD;
}
.AnyTagClassName
{
color: #F1F3FD;
}
</style>
background-color css
<style>
a { background-color: #F1F3FD; }
a { background-color: rgb(241,243,253); }
div.DivClassName
{
background-color: #F1F3FD;
}
.BgClassName
{
background-color: #F1F3FD;
}
</style>
border-color css
<style>
span { border-color: #F1F3FD; }
span { border-color: rgb(241,243,253); }
td.TdClassName
{
border-color: #F1F3FD;
}
.TagClassName
{
border-color: #F1F3FD;
}
</style>