#F4F6FE

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

Shades of Ghost White #F4F6FE

Tints of Ghost White #F4F6FE

Color information

#F4F6FE (or 0xF4F6FE) is unknown color: approx Ghost White. HEX triplet: F4, F6 and FE. RGB value is (244,246,254). Sum of RGB (Red+Green+Blue) = 244+246+254=744 (98% of max value = 765). Red value is 244 (95.70% from 255 or 32.80% from 744); Green value is 246 (96.48% from 255 or 33.06% from 744); Blue value is 254 (99.61% from 255 or 34.14% from 744); Max value from RGB is 254 - color contains mainly: blue. Hex color #F4F6FE is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F4F6FE is #0B0901. Grayscale: #F6F6F6. Windows color (decimal): -723202 or 16709364. OLE color: 16709364.

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

Color convert

RGB244246254-
CMYK0.040.0300.00
HSL228º83.33%97.65%-
HSV(B)228º3.94%99.61%-
XYZ88.1592.3106.94-
YUV246.31132.34126.35-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 32.80%
GREEN value IS 246 (96.48% from 255) = 33.06%
BLUE value IS 254 (99.61% from 255) = 34.14%
R=32.80%
G=33.06%
B=34.14%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2442462540.040.0300.0022883.3397.65
HexF4F6FE4300e45362
Octal3643663764300344123142
Binary11110100111101101111111010011001110010010100111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F4F6FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F4F6FE; }

 p { color: rgb(244,246,254); }

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

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

 a { background-color: rgb(244,246,254); }

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

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

 span { border-color: rgb(244,246,254); }

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