#F4F4FE

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

Shades of Ghost White #F4F4FE

Tints of Ghost White #F4F4FE

Color information

#F4F4FE (or 0xF4F4FE) is unknown color: approx Ghost White. HEX triplet: F4, F4 and FE. RGB value is (244,244,254). Sum of RGB (Red+Green+Blue) = 244+244+254=742 (98% of max value = 765). Red value is 244 (95.70% from 255 or 32.88% from 742); Green value is 244 (95.70% from 255 or 32.88% 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 #F4F4FE is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F4F4FE is #0B0B01. Grayscale: #F5F5F5. Windows color (decimal): -723714 or 16708852. OLE color: 16708852.

HSL color Cylindrical-coordinate representation of color #F4F4FE: hue angle of 240º 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 #F4F4FE is Cyan = 0.04, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB244244254-
CMYK0.040.0400.00
HSL240º83.33%97.65%-
HSV(B)240º3.94%99.61%-
XYZ87.5591.09106.73-
YUV245.14133127.19-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 32.88%
GREEN value IS 244 (95.70% from 255) = 32.88%
BLUE value IS 254 (99.61% from 255) = 34.23%
R=32.88%
G=32.88%
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
Decimal2442442540.040.0400.0024083.3397.65
HexF4F4FE4400f05362
Octal3643643764400360123142
Binary111101001111010011111110100100001111000010100111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F4F4FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F4F4FE; }

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

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

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

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

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

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

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

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