Html Css Color HEX #F9F9FC Ghost White

📋 copy color: '#F9F9FC'

red 249 ◦ green 249 ◦ blue 252

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

Shades of Ghost White #F9F9FC

Tints of Ghost White #F9F9FC

RGB

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

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

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

R = 33.2%
G = 33.2%
B = 33.6%

CMYK

 C value IS 0.01

 M value IS 0.01

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#F9F9FC (or 0xF9F9FC) is known color: Ghost White. HEX triplet: F9, F9 and FC. RGB value is (249,249,252). Sum of RGB (Red+Green+Blue) = 249+249+252=750 (99% of max value = 765). Red value is 249 (97.66% from 255 or 33.2% from 750); Green value is 249 (97.66% from 255 or 33.2% from 750); Blue value is 252 (98.83% from 255 or 33.6% from 750); Max value from RGB is 252 - color contains mainly: blue. Hex color #F9F9FC is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F9F9FC is #060603. Grayscale: #F9F9F9. Windows color (decimal): -394756 or 16579065. OLE color: 16579065.

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

Color convert

RGB 249 249 252 -
CMYK 0.01 0.01 0 0.01
HSL 240º 0.33% 0.98% -
HSV(B) 240º 0.01% 0.99% -
XYZ 90.51 94.92 105.65 -
YUV 249.34 129.5 127.76 -
System Red Green Blue C M Y K H S L
Decimal 249 249 252 0.01 0.01 0 0.01 240 0.33 0.98
Hex F9 F9 FC 1 1 0 1 F0 21 62
Octal 371 371 374 1 1 0 1 360 41 142
Binary 11111001 11111001 11111100 1 1 0 1 11110000 100001 1100010

Color Harmonies of #F9F9FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9F9FC

Black with #F9F9FC

Text Example


Text Example

White with #F9F9FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9F9FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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