Html Css Color HEX #F8F8FE Ghost White

📋 copy color: '#F8F8FE'

red 248 ◦ green 248 ◦ blue 254

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

Shades of Ghost White #F8F8FE

Tints of Ghost White #F8F8FE

RGB

 RED value IS 248 (97.27% from 255) = 33.07%

 GREEN value IS 248 (97.27% from 255) = 33.07%

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

R = 33.07%
G = 33.07%
B = 33.87%

CMYK

 C value IS 0.02

 M value IS 0.02

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#F8F8FE (or 0xF8F8FE) is known color: Ghost White. HEX triplet: F8, F8 and FE. RGB value is (248,248,254). Sum of RGB (Red+Green+Blue) = 248+248+254=750 (99% of max value = 765). Red value is 248 (97.27% from 255 or 33.07% from 750); Green value is 248 (97.27% from 255 or 33.07% from 750); Blue value is 254 (99.61% from 255 or 33.87% from 750); Max value from RGB is 254 - color contains mainly: blue. Hex color #F8F8FE is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F8F8FE is #070701. Grayscale: #F8F8F8. Windows color (decimal): -460546 or 16709880. OLE color: 16709880.

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

Color convert

RGB 248 248 254 -
CMYK 0.02 0.02 0 0.00
HSL 240º 0.75% 0.98% -
HSV(B) 240º 0.02% 1% -
XYZ 90.17 94.25 107.21 -
YUV 248.68 131 127.51 -
System Red Green Blue C M Y K H S L
Decimal 248 248 254 0.02 0.02 0 0.00 240 0.75 0.98
Hex F8 F8 FE 2 2 0 0 F0 4B 62
Octal 370 370 376 2 2 0 0 360 113 142
Binary 11111000 11111000 11111110 10 10 0 0 11110000 1001011 1100010

Color Harmonies of #F8F8FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8F8FE

Black with #F8F8FE

Text Example


Text Example

White with #F8F8FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8F8FE; }

 p { color: rgb(248,248,254); }

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

background-color css

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

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

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

border-color css

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

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

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