#FAF8FA

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

Shades of Selago #FAF8FA

Tints of Selago #FAF8FA

Color information

#FAF8FA (or 0xFAF8FA) is unknown color: approx Selago. HEX triplet: FA, F8 and FA. RGB value is (250,248,250). Sum of RGB (Red+Green+Blue) = 250+248+250=748 (99% of max value = 765). Red value is 250 (98.05% from 255 or 33.42% from 748); Green value is 248 (97.27% from 255 or 33.16% from 748); Blue value is 250 (98.05% from 255 or 33.42% from 748); Max value from RGB is 250 - color contains mainly: red, blue. Hex color #FAF8FA is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FAF8FA is #050705. Grayscale: #F8F8F8. Windows color (decimal): -329478 or 16447738. OLE color: 16447738.

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

Color convert

RGB250248250-
CMYK00.0100.02
HSL300º16.67%97.65%-
HSV(B)300º0.8%98.04%-
XYZ90.2594.36103.9-
YUV248.83128.66128.84-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 33.42%
GREEN value IS 248 (97.27% from 255) = 33.16%
BLUE value IS 250 (98.05% from 255) = 33.42%
R=33.42%
G=33.16%
B=33.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25024825000.0100.0230016.6797.65
HexFAF8FA010212c1162
Octal372370372010245421142
Binary11111010111110001111101001010100101100100011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAF8FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAF8FA; }

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

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

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

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

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

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

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

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