#F4F5FE

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

Shades of Ghost White #F4F5FE

Tints of Ghost White #F4F5FE

Color information

#F4F5FE (or 0xF4F5FE) is unknown color: approx Ghost White. HEX triplet: F4, F5 and FE. RGB value is (244,245,254). Sum of RGB (Red+Green+Blue) = 244+245+254=743 (98% of max value = 765). Red value is 244 (95.70% from 255 or 32.84% from 743); Green value is 245 (96.09% from 255 or 32.97% from 743); Blue value is 254 (99.61% from 255 or 34.19% from 743); Max value from RGB is 254 - color contains mainly: blue. Hex color #F4F5FE is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F4F5FE is #0B0A01. Grayscale: #F5F5F5. Windows color (decimal): -723458 or 16709108. OLE color: 16709108.

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

Color convert

RGB244245254-
CMYK0.040.0400.00
HSL234º83.33%97.65%-
HSV(B)234º3.94%99.61%-
XYZ87.8591.69106.83-
YUV245.73132.67126.77-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 32.84%
GREEN value IS 245 (96.09% from 255) = 32.97%
BLUE value IS 254 (99.61% from 255) = 34.19%
R=32.84%
G=32.97%
B=34.19%

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
Decimal2442452540.040.0400.0023483.3397.65
HexF4F5FE4400ea5362
Octal3643653764400352123142
Binary111101001111010111111110100100001110101010100111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F4F5FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F4F5FE; }

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

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

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

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

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

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

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

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