#FAF9FA

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

Shades of Selago #FAF9FA

Tints of Selago #FAF9FA

Color information

#FAF9FA (or 0xFAF9FA) is unknown color: approx Selago. HEX triplet: FA, F9 and FA. RGB value is (250,249,250). Sum of RGB (Red+Green+Blue) = 250+249+250=749 (99% of max value = 765). Red value is 250 (98.05% from 255 or 33.38% from 749); Green value is 249 (97.66% from 255 or 33.24% from 749); Blue value is 250 (98.05% from 255 or 33.38% from 749); Max value from RGB is 250 - color contains mainly: red, blue. Hex color #FAF9FA is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FAF9FA is #050605. Grayscale: #F9F9F9. Windows color (decimal): -329222 or 16447994. OLE color: 16447994.

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

Color convert

RGB250249250-
CMYK00.0000.02
HSL300º9.09%97.84%-
HSV(B)300º0.4%98.04%-
XYZ90.5694.98104-
YUV249.41128.33128.42-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 33.38%
GREEN value IS 249 (97.66% from 255) = 33.24%
BLUE value IS 250 (98.05% from 255) = 33.38%
R=33.38%
G=33.24%
B=33.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.00
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25024925000.0000.023009.0997.84
HexFAF9FA000212c962
Octal372371372000245411142
Binary1111101011111001111110100001010010110010011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAF9FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAF9FA; }

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

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

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

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

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

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

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

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