Html Css Color HEX #F8F9FD Ghost White

📋 copy color: '#F8F9FD'

red 248 ◦ green 249 ◦ blue 253

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

Shades of Ghost White #F8F9FD

Tints of Ghost White #F8F9FD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 33.73%

R = 33.07%
G = 33.2%
B = 33.73%

CMYK

 C value IS 0.02

 M value IS 0.02

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#F8F9FD (or 0xF8F9FD) is known color: Ghost White. HEX triplet: F8, F9 and FD. RGB value is (248,249,253). Sum of RGB (Red+Green+Blue) = 248+249+253=750 (99% of max value = 765). Red value is 248 (97.27% from 255 or 33.07% from 750); Green value is 249 (97.66% from 255 or 33.2% from 750); Blue value is 253 (99.22% from 255 or 33.73% from 750); Max value from RGB is 253 - color contains mainly: blue. Hex color #F8F9FD is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F8F9FD is #070602. Grayscale: #F9F9F9. Windows color (decimal): -460291 or 16644600. OLE color: 16644600.

HSL color Cylindrical-coordinate representation of color #F8F9FD: hue angle of 228º degrees, saturation: 0.56, 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 #F8F9FD is Cyan = 0.02, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 248 249 253 -
CMYK 0.02 0.02 0 0.01
HSL 228º 0.56% 0.98% -
HSV(B) 228º 0.02% 0.99% -
XYZ 90.32 94.8 106.47 -
YUV 249.16 130.17 127.17 -
System Red Green Blue C M Y K H S L
Decimal 248 249 253 0.02 0.02 0 0.01 228 0.56 0.98
Hex F8 F9 FD 2 2 0 1 E4 38 62
Octal 370 371 375 2 2 0 1 344 70 142
Binary 11111000 11111001 11111101 10 10 0 1 11100100 111000 1100010

Color Harmonies of #F8F9FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8F9FD

Black with #F8F9FD

Text Example


Text Example

White with #F8F9FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8F9FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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