Html Css Color HEX #F0EFF9 Ghost White

📋 copy color: '#F0EFF9'

red 240 ◦ green 239 ◦ blue 249

#F0EFF9
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Ghost White #F0EFF9

Tints of Ghost White #F0EFF9

RGB

 RED value IS 240 (94.14% from 255) = 32.97%

 GREEN value IS 239 (93.75% from 255) = 32.83%

 BLUE value IS 249 (97.66% from 255) = 34.2%

R = 32.97%
G = 32.83%
B = 34.2%

CMYK

 C value IS 0.04

 M value IS 0.04

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#F0EFF9 (or 0xF0EFF9) is known color: Ghost White. HEX triplet: F0, EF and F9. RGB value is (240,239,249). Sum of RGB (Red+Green+Blue) = 240+239+249=728 (96% of max value = 765). Red value is 240 (94.14% from 255 or 32.97% from 728); Green value is 239 (93.75% from 255 or 32.83% from 728); Blue value is 249 (97.66% from 255 or 34.20% from 728); Max value from RGB is 249 - color contains mainly: blue. Hex color #F0EFF9 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F0EFF9 is #0F1006. Grayscale: #F0F0F0. Windows color (decimal): -987143 or 16379888. OLE color: 16379888.

HSL color Cylindrical-coordinate representation of color #F0EFF9: hue angle of 246º degrees, saturation: 0.45, lightness: 0.96%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #F0EFF9 is Cyan = 0.04, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 240 239 249 -
CMYK 0.04 0.04 0 0.02
HSL 246º 0.45% 0.96% -
HSV(B) 246º 0.04% 0.98% -
XYZ 83.9 87.1 102.01 -
YUV 240.44 132.83 127.69 -
System Red Green Blue C M Y K H S L
Decimal 240 239 249 0.04 0.04 0 0.02 246 0.45 0.96
Hex F0 EF F9 4 4 0 2 F6 2D 60
Octal 360 357 371 4 4 0 2 366 55 140
Binary 11110000 11101111 11111001 100 100 0 10 11110110 101101 1100000

Color Harmonies of #F0EFF9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0EFF9

Black with #F0EFF9

Text Example


Text Example

White with #F0EFF9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0EFF9; }

 p { color: rgb(240,239,249); }

 H1.HeaderClassName
 {
   color: #F0EFF9;
 }
 .AnyTagClassName
 {
   color: #F0EFF9;
 }
</style>

background-color css

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

 a { background-color: rgb(240,239,249); }

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

border-color css

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

 span { border-color: rgb(240,239,249); }

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