Html Css Color HEX #F0EEFE Ghost White

📋 copy color: '#F0EEFE'

red 240 ◦ green 238 ◦ blue 254

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

Shades of Ghost White #F0EEFE

Tints of Ghost White #F0EEFE

RGB

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

 GREEN value IS 238 (93.36% from 255) = 32.51%

 BLUE value IS 254 (99.61% from 255) = 34.7%

R = 32.79%
G = 32.51%
B = 34.7%

CMYK

 C value IS 0.06

 M value IS 0.06

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#F0EEFE (or 0xF0EEFE) is known color: Ghost White. HEX triplet: F0, EE and FE. RGB value is (240,238,254). Sum of RGB (Red+Green+Blue) = 240+238+254=732 (96% of max value = 765). Red value is 240 (94.14% from 255 or 32.79% from 732); Green value is 238 (93.36% from 255 or 32.51% from 732); Blue value is 254 (99.61% from 255 or 34.70% from 732); Max value from RGB is 254 - color contains mainly: blue. Hex color #F0EEFE is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F0EEFE is #0F1101. Grayscale: #F0F0F0. Windows color (decimal): -987394 or 16707312. OLE color: 16707312.

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

Color convert

RGB 240 238 254 -
CMYK 0.06 0.06 0 0.00
HSL 247.5º 0.89% 0.96% -
HSV(B) 247.5º 0.06% 1% -
XYZ 84.4 86.83 106.08 -
YUV 240.42 135.66 127.7 -
System Red Green Blue C M Y K H S L
Decimal 240 238 254 0.06 0.06 0 0.00 247.5 0.89 0.96
Hex F0 EE FE 6 6 0 0 F8 59 60
Octal 360 356 376 6 6 0 0 370 131 140
Binary 11110000 11101110 11111110 110 110 0 0 11111000 1011001 1100000

Color Harmonies of #F0EEFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0EEFE

Black with #F0EEFE

Text Example


Text Example

White with #F0EEFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0EEFE; }

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

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

background-color css

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

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

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

border-color css

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

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

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