#F2F3FF

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

Shades of Ghost White #F2F3FF

Tints of Ghost White #F2F3FF

Color information

#F2F3FF (or 0xF2F3FF) is unknown color: approx Ghost White. HEX triplet: F2, F3 and FF. RGB value is (242,243,255). Sum of RGB (Red+Green+Blue) = 242+243+255=740 (98% of max value = 765). Red value is 242 (94.92% from 255 or 32.70% from 740); Green value is 243 (95.31% from 255 or 32.84% from 740); Blue value is 255 (100% from 255 or 34.46% from 740); Max value from RGB is 255 - color contains mainly: blue. Hex color #F2F3FF is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F2F3FF is #0D0C00. Grayscale: #F4F4F4. Windows color (decimal): -855041 or 16774130. OLE color: 16774130.

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

Color convert

RGB242243255-
CMYK0.050.0500
HSL235.38º100%97.45%-
HSV(B)235.38º5.1%100%-
XYZ86.7290.2107.45-
YUV244.07134.17126.52-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 32.70%
GREEN value IS 243 (95.31% from 255) = 32.84%
BLUE value IS 255 (100% from 255) = 34.46%
R=32.70%
G=32.84%
B=34.46%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2422432550.050.0500235.3810097.45
HexF2F3FF5500eb6461
Octal3623633775500353144141
Binary111100101111001111111111101101001110101111001001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2F3FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2F3FF; }

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

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

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

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

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

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

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

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