#F2F3FE

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

Shades of Ghost White #F2F3FE

Tints of Ghost White #F2F3FE

Color information

#F2F3FE (or 0xF2F3FE) is unknown color: approx Ghost White. HEX triplet: F2, F3 and FE. RGB value is (242,243,254). Sum of RGB (Red+Green+Blue) = 242+243+254=739 (97% of max value = 765). Red value is 242 (94.92% from 255 or 32.75% from 739); Green value is 243 (95.31% from 255 or 32.88% from 739); Blue value is 254 (99.61% from 255 or 34.37% from 739); Max value from RGB is 254 - color contains mainly: blue. Hex color #F2F3FE is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F2F3FE is #0D0C01. Grayscale: #F3F3F3. Windows color (decimal): -855042 or 16708594. OLE color: 16708594.

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

Color convert

RGB242243254-
CMYK0.050.0400.00
HSL235º85.71%97.25%-
HSV(B)235º4.72%99.61%-
XYZ86.5690.13106.6-
YUV243.96133.67126.61-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 32.75%
GREEN value IS 243 (95.31% from 255) = 32.88%
BLUE value IS 254 (99.61% from 255) = 34.37%
R=32.75%
G=32.88%
B=34.37%

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
Decimal2422432540.050.0400.0023585.7197.25
HexF2F3FE5400eb5661
Octal3623633765400353126141
Binary111100101111001111111110101100001110101110101101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2F3FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2F3FE; }

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

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

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

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

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

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

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

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