#FAFBF6

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

Shades of Twilight Blue #FAFBF6

Tints of Twilight Blue #FAFBF6

Color information

#FAFBF6 (or 0xFAFBF6) is unknown color: approx Twilight Blue. HEX triplet: FA, FB and F6. RGB value is (250,251,246). Sum of RGB (Red+Green+Blue) = 250+251+246=747 (98% of max value = 765). Red value is 250 (98.05% from 255 or 33.47% from 747); Green value is 251 (98.44% from 255 or 33.60% from 747); Blue value is 246 (96.48% from 255 or 32.93% from 747); Max value from RGB is 251 - color contains mainly: green. Hex color #FAFBF6 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FAFBF6 is #050409. Grayscale: #FAFAFA. Windows color (decimal): -328714 or 16186362. OLE color: 16186362.

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

Color convert

RGB250251246-
CMYK0.0000.020.02
HSL72º38.46%97.45%-
HSV(B)72º1.99%98.43%-
XYZ90.5695.97100.94-
YUV250.13125.67127.91-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 33.47%
GREEN value IS 251 (98.44% from 255) = 33.60%
BLUE value IS 246 (96.48% from 255) = 32.93%
R=33.47%
G=33.60%
B=32.93%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2502512460.0000.020.027238.4697.45
HexFAFBF60022482661
Octal372373366002211046141
Binary11111010111110111111011000101010010001001101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAFBF6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAFBF6; }

 p { color: rgb(250,251,246); }

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

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

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

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

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

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

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