#F0F1FE

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

Shades of Ghost White #F0F1FE

Tints of Ghost White #F0F1FE

Color information

#F0F1FE (or 0xF0F1FE) is unknown color: approx Ghost White. HEX triplet: F0, F1 and FE. RGB value is (240,241,254). Sum of RGB (Red+Green+Blue) = 240+241+254=735 (97% of max value = 765). Red value is 240 (94.14% from 255 or 32.65% from 735); Green value is 241 (94.53% from 255 or 32.79% from 735); Blue value is 254 (99.61% from 255 or 34.56% from 735); Max value from RGB is 254 - color contains mainly: blue. Hex color #F0F1FE is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F0F1FE is #0F0E01. Grayscale: #F2F2F2. Windows color (decimal): -986626 or 16708080. OLE color: 16708080.

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

Color convert

RGB240241254-
CMYK0.060.0500.00
HSL235.71º87.5%96.86%-
HSV(B)235.71º5.51%99.61%-
XYZ85.2888.59106.37-
YUV242.18134.67126.44-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 32.65%
GREEN value IS 241 (94.53% from 255) = 32.79%
BLUE value IS 254 (99.61% from 255) = 34.56%
R=32.65%
G=32.79%
B=34.56%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2402412540.060.0500.00235.7187.596.86
HexF0F1FE6500ec5861
Octal3603613766500354130141
Binary111100001111000111111110110101001110110010110001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0F1FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0F1FE; }

 p { color: rgb(240,241,254); }

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

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

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

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

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

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

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