#F1F3FE

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

Shades of Ghost White #F1F3FE

Tints of Ghost White #F1F3FE

Color information

#F1F3FE (or 0xF1F3FE) is unknown color: approx Ghost White. HEX triplet: F1, F3 and FE. RGB value is (241,243,254). Sum of RGB (Red+Green+Blue) = 241+243+254=738 (97% of max value = 765). Red value is 241 (94.53% from 255 or 32.66% from 738); Green value is 243 (95.31% from 255 or 32.93% from 738); Blue value is 254 (99.61% from 255 or 34.42% from 738); Max value from RGB is 254 - color contains mainly: blue. Hex color #F1F3FE is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F1F3FE is #0E0C01. Grayscale: #F3F3F3. Windows color (decimal): -920578 or 16708593. OLE color: 16708593.

HSL color Cylindrical-coordinate representation of color #F1F3FE: hue angle of 230.77º degrees, saturation: 0.87, lightness: 0.97%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #F1F3FE is Cyan = 0.05, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB241243254-
CMYK0.050.0400.00
HSL230.77º86.67%97.06%-
HSV(B)230.77º5.12%99.61%-
XYZ86.2289.96106.59-
YUV243.66133.84126.11-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 32.66%
GREEN value IS 243 (95.31% from 255) = 32.93%
BLUE value IS 254 (99.61% from 255) = 34.42%
R=32.66%
G=32.93%
B=34.42%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2412432540.050.0400.00230.7786.6797.06
HexF1F3FE5400e75761
Octal3613633765400347127141
Binary111100011111001111111110101100001110011110101111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1F3FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1F3FE; }

 p { color: rgb(241,243,254); }

 H1.HeaderClassName
 {
   color: #F1F3FE;
 }
 .AnyTagClassName
 {
   color: #F1F3FE;
 }
</style>
background-color css

<style>
 a { background-color: #F1F3FE; }

 a { background-color: rgb(241,243,254); }

 div.DivClassName
 {
   background-color: #F1F3FE;
 }
 .BgClassName
 {
   background-color: #F1F3FE;
 }
</style>
border-color css

<style>
 span { border-color: #F1F3FE; }

 span { border-color: rgb(241,243,254); }

 td.TdClassName
 {
   border-color: #F1F3FE;
 }
 .TagClassName
 {
   border-color: #F1F3FE;
 }
</style>