Html Css Color HEX #F8F9FC Ghost White

📋 copy color: '#F8F9FC'

red 248 ◦ green 249 ◦ blue 252

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

Shades of Ghost White #F8F9FC

Tints of Ghost White #F8F9FC

RGB

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

 GREEN value IS 249 (97.66% from 255) = 33.24%

 BLUE value IS 252 (98.83% from 255) = 33.64%

R = 33.11%
G = 33.24%
B = 33.64%

CMYK

 C value IS 0.02

 M value IS 0.01

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#F8F9FC (or 0xF8F9FC) is known color: Ghost White. HEX triplet: F8, F9 and FC. RGB value is (248,249,252). Sum of RGB (Red+Green+Blue) = 248+249+252=749 (99% of max value = 765). Red value is 248 (97.27% from 255 or 33.11% from 749); Green value is 249 (97.66% from 255 or 33.24% from 749); Blue value is 252 (98.83% from 255 or 33.64% from 749); Max value from RGB is 252 - color contains mainly: blue. Hex color #F8F9FC is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F8F9FC is #070603. Grayscale: #F9F9F9. Windows color (decimal): -460292 or 16579064. OLE color: 16579064.

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

Color convert

RGB 248 249 252 -
CMYK 0.02 0.01 0 0.01
HSL 225º 0.4% 0.98% -
HSV(B) 225º 0.02% 0.99% -
XYZ 90.16 94.74 105.63 -
YUV 249.04 129.67 127.26 -
System Red Green Blue C M Y K H S L
Decimal 248 249 252 0.02 0.01 0 0.01 225 0.4 0.98
Hex F8 F9 FC 2 1 0 1 E1 28 62
Octal 370 371 374 2 1 0 1 341 50 142
Binary 11111000 11111001 11111100 10 1 0 1 11100001 101000 1100010

Color Harmonies of #F8F9FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8F9FC

Black with #F8F9FC

Text Example


Text Example

White with #F8F9FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8F9FC; }

 p { color: rgb(248,249,252); }

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

background-color css

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

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

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

border-color css

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

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

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