#F9F9FE

Color #F9F9FE Ghost White (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Ghost White #F9F9FE

Tints of Ghost White #F9F9FE

Color information

#F9F9FE (or 0xF9F9FE) is unknown color: approx Ghost White. HEX triplet: F9, F9 and FE. RGB value is (249,249,254). Sum of RGB (Red+Green+Blue) = 249+249+254=752 (99% of max value = 765). Red value is 249 (97.66% from 255 or 33.11% from 752); Green value is 249 (97.66% from 255 or 33.11% from 752); Blue value is 254 (99.61% from 255 or 33.78% from 752); Max value from RGB is 254 - color contains mainly: blue. Hex color #F9F9FE is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F9F9FE is #060601. Grayscale: #F9F9F9. Windows color (decimal): -394754 or 16710137. OLE color: 16710137.

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

Color convert

RGB249249254-
CMYK0.020.0200.00
HSL240º71.43%98.63%-
HSV(B)240º1.97%99.61%-
XYZ90.8395.05107.32-
YUV249.57130.5127.59-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 33.11%
GREEN value IS 249 (97.66% from 255) = 33.11%
BLUE value IS 254 (99.61% from 255) = 33.78%
R=33.11%
G=33.11%
B=33.78%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2492492540.020.0200.0024071.4398.63
HexF9F9FE2200f04763
Octal3713713762200360107143
Binary1111100111111001111111101010001111000010001111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F9F9FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F9F9FE; }

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

 H1.HeaderClassName
 {
   color: #F9F9FE;
 }
 .AnyTagClassName
 {
   color: #F9F9FE;
 }
</style>
background-color css

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

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

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

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

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

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