#F3F5FE

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

Shades of Ghost White #F3F5FE

Tints of Ghost White #F3F5FE

Color information

#F3F5FE (or 0xF3F5FE) is unknown color: approx Ghost White. HEX triplet: F3, F5 and FE. RGB value is (243,245,254). Sum of RGB (Red+Green+Blue) = 243+245+254=742 (98% of max value = 765). Red value is 243 (95.31% from 255 or 32.75% from 742); Green value is 245 (96.09% from 255 or 33.02% from 742); Blue value is 254 (99.61% from 255 or 34.23% from 742); Max value from RGB is 254 - color contains mainly: blue. Hex color #F3F5FE is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F3F5FE is #0C0A01. Grayscale: #F5F5F5. Windows color (decimal): -788994 or 16709107. OLE color: 16709107.

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

Color convert

RGB243245254-
CMYK0.040.0400.00
HSL229.09º84.62%97.45%-
HSV(B)229.09º4.33%99.61%-
XYZ87.591.52106.82-
YUV245.43132.84126.27-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 32.75%
GREEN value IS 245 (96.09% from 255) = 33.02%
BLUE value IS 254 (99.61% from 255) = 34.23%
R=32.75%
G=33.02%
B=34.23%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2432452540.040.0400.00229.0984.6297.45
HexF3F5FE4400e55561
Octal3633653764400345125141
Binary111100111111010111111110100100001110010110101011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F3F5FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F3F5FE; }

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

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

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

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

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

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

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

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