#F1EFFD

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

Shades of Ghost White #F1EFFD

Tints of Ghost White #F1EFFD

Color information

#F1EFFD (or 0xF1EFFD) is unknown color: approx Ghost White. HEX triplet: F1, EF and FD. RGB value is (241,239,253). Sum of RGB (Red+Green+Blue) = 241+239+253=733 (97% of max value = 765). Red value is 241 (94.53% from 255 or 32.88% from 733); Green value is 239 (93.75% from 255 or 32.61% from 733); Blue value is 253 (99.22% from 255 or 34.52% from 733); Max value from RGB is 253 - color contains mainly: blue. Hex color #F1EFFD is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F1EFFD is #0E1002. Grayscale: #F1F1F1. Windows color (decimal): -921603 or 16642033. OLE color: 16642033.

HSL color Cylindrical-coordinate representation of color #F1EFFD: hue angle of 248.57º degrees, saturation: 0.78, lightness: 0.96%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #F1EFFD is Cyan = 0.05, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB241239253-
CMYK0.050.0600.01
HSL248.57º77.78%96.47%-
HSV(B)248.57º5.53%99.22%-
XYZ84.8787.53105.35-
YUV241.19134.66127.86-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 32.88%
GREEN value IS 239 (93.75% from 255) = 32.61%
BLUE value IS 253 (99.22% from 255) = 34.52%
R=32.88%
G=32.61%
B=34.52%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2412392530.050.0600.01248.5777.7896.47
HexF1EFFD5601f94e60
Octal3613573755601371116140
Binary111100011110111111111101101110011111100110011101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1EFFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1EFFD; }

 p { color: rgb(241,239,253); }

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

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

 a { background-color: rgb(241,239,253); }

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

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

 span { border-color: rgb(241,239,253); }

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