#F1F4FF

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

Shades of Ghost White #F1F4FF

Tints of Ghost White #F1F4FF

Color information

#F1F4FF (or 0xF1F4FF) is unknown color: approx Ghost White. HEX triplet: F1, F4 and FF. RGB value is (241,244,255). Sum of RGB (Red+Green+Blue) = 241+244+255=740 (98% of max value = 765). Red value is 241 (94.53% from 255 or 32.57% from 740); Green value is 244 (95.70% from 255 or 32.97% 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 #F1F4FF is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F1F4FF is #0E0B00. Grayscale: #F4F4F4. Windows color (decimal): -920321 or 16774385. OLE color: 16774385.

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

Color convert

RGB241244255-
CMYK0.050.0400
HSL227.14º100%97.25%-
HSV(B)227.14º5.49%100%-
XYZ86.6890.62107.53-
YUV244.36134.01125.61-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 32.57%
GREEN value IS 244 (95.70% from 255) = 32.97%
BLUE value IS 255 (100% from 255) = 34.46%
R=32.57%
G=32.97%
B=34.46%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2412442550.050.0400227.1410097.25
HexF1F4FF5400e36461
Octal3613643775400343144141
Binary111100011111010011111111101100001110001111001001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1F4FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1F4FF; }

 p { color: rgb(241,244,255); }

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

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

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

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

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

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

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