#F1F0FD

Color #F1F0FD Ghost White (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Ghost White #F1F0FD

Tints of Ghost White #F1F0FD

Color information

#F1F0FD (or 0xF1F0FD) is unknown color: approx 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

RGB241240253-
CMYK0.050.0500.01
HSL244.62º76.47%96.67%-
HSV(B)244.62º5.14%99.22%-
XYZ85.1788.11105.45-
YUV241.78134.33127.44-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 241 (94.53% from 255) = 32.83%
GREEN value IS 240 (94.14% from 255) = 32.70%
BLUE value IS 253 (99.22% from 255) = 34.47%
R=32.83%
G=32.70%
B=34.47%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2412402530.050.0500.01244.6276.4796.67
HexF1F0FD5501f54c61
Octal3613603755501365114141
Binary111100011111000011111101101101011111010110011001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1F0FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>