#F9F1F9

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

Shades of Selago #F9F1F9

Tints of Selago #F9F1F9

Color information

#F9F1F9 (or 0xF9F1F9) is unknown color: approx Selago. HEX triplet: F9, F1 and F9. RGB value is (249,241,249). Sum of RGB (Red+Green+Blue) = 249+241+249=739 (97% of max value = 765). Red value is 249 (97.66% from 255 or 33.69% from 739); Green value is 241 (94.53% from 255 or 32.61% from 739); Blue value is 249 (97.66% from 255 or 33.69% from 739); Max value from RGB is 249 - color contains mainly: red, blue. Hex color #F9F1F9 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F9F1F9 is #060E06. Grayscale: #F4F4F4. Windows color (decimal): -396807 or 16380409. OLE color: 16380409.

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

Color convert

RGB249241249-
CMYK00.0300.02
HSL300º40%96.08%-
HSV(B)300º3.21%97.65%-
XYZ87.6289.89102.35-
YUV244.3130.65131.35-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 33.69%
GREEN value IS 241 (94.53% from 255) = 32.61%
BLUE value IS 249 (97.66% from 255) = 33.69%
R=33.69%
G=32.61%
B=33.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal24924124900.0300.023004096.08
HexF9F1F9030212c2860
Octal371361371030245450140
Binary1111100111110001111110010110101001011001010001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F9F1F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F9F1F9; }

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

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

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

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

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

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

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

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